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.
851 852 853 854 |
# File 'lib/v20190719/models.rb', line 851 def initialize(snapshotid=nil, requestid=nil) @SnapshotId = snapshotid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
849 850 851 |
# File 'lib/v20190719/models.rb', line 849 def RequestId @RequestId end |
#SnapshotId ⇒ Object
849 850 851 |
# File 'lib/v20190719/models.rb', line 849 def SnapshotId @SnapshotId end |
Instance Method Details
#deserialize(params) ⇒ Object
856 857 858 859 |
# File 'lib/v20190719/models.rb', line 856 def deserialize(params) @SnapshotId = params['SnapshotId'] @RequestId = params['RequestId'] end |