Class: TencentCloud::Cfs::V20190719::CreateCfsSnapshotResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfs::V20190719::CreateCfsSnapshotResponse
- Defined in:
- lib/v20190719/models.rb
Overview
CreateCfsSnapshot返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(snapshotid = nil, requestid = nil) ⇒ CreateCfsSnapshotResponse
constructor
A new instance of CreateCfsSnapshotResponse.
Constructor Details
#initialize(snapshotid = nil, requestid = nil) ⇒ CreateCfsSnapshotResponse
Returns a new instance of CreateCfsSnapshotResponse.
729 730 731 732 |
# File 'lib/v20190719/models.rb', line 729 def initialize(snapshotid=nil, requestid=nil) @SnapshotId = snapshotid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
727 728 729 |
# File 'lib/v20190719/models.rb', line 727 def RequestId @RequestId end |
#SnapshotId ⇒ Object
727 728 729 |
# File 'lib/v20190719/models.rb', line 727 def SnapshotId @SnapshotId end |
Instance Method Details
#deserialize(params) ⇒ Object
734 735 736 737 |
# File 'lib/v20190719/models.rb', line 734 def deserialize(params) @SnapshotId = params['SnapshotId'] @RequestId = params['RequestId'] end |