Class: TencentCloud::Cfs::V20190719::DeleteCfsSnapshotResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfs::V20190719::DeleteCfsSnapshotResponse
- Defined in:
- lib/v20190719/models.rb
Overview
DeleteCfsSnapshot返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(snapshotid = nil, requestid = nil) ⇒ DeleteCfsSnapshotResponse
constructor
A new instance of DeleteCfsSnapshotResponse.
Constructor Details
#initialize(snapshotid = nil, requestid = nil) ⇒ DeleteCfsSnapshotResponse
Returns a new instance of DeleteCfsSnapshotResponse.
1446 1447 1448 1449 |
# File 'lib/v20190719/models.rb', line 1446 def initialize(snapshotid=nil, requestid=nil) @SnapshotId = snapshotid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1444 1445 1446 |
# File 'lib/v20190719/models.rb', line 1444 def RequestId @RequestId end |
#SnapshotId ⇒ Object
1444 1445 1446 |
# File 'lib/v20190719/models.rb', line 1444 def SnapshotId @SnapshotId end |
Instance Method Details
#deserialize(params) ⇒ Object
1451 1452 1453 1454 |
# File 'lib/v20190719/models.rb', line 1451 def deserialize(params) @SnapshotId = params['SnapshotId'] @RequestId = params['RequestId'] end |