Class: TencentCloud::Lighthouse::V20200324::DeleteSnapshotsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::DeleteSnapshotsResponse
- Defined in:
- lib/v20200324/models.rb
Overview
DeleteSnapshots返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteSnapshotsResponse
constructor
A new instance of DeleteSnapshotsResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteSnapshotsResponse
Returns a new instance of DeleteSnapshotsResponse.
1611 1612 1613 |
# File 'lib/v20200324/models.rb', line 1611 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1609 1610 1611 |
# File 'lib/v20200324/models.rb', line 1609 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1615 1616 1617 |
# File 'lib/v20200324/models.rb', line 1615 def deserialize(params) @RequestId = params['RequestId'] end |