Class: TencentCloud::Cfs::V20190719::UpdateCfsSnapshotAttributeResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfs::V20190719::UpdateCfsSnapshotAttributeResponse
- Defined in:
- lib/v20190719/models.rb
Overview
UpdateCfsSnapshotAttribute返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(snapshotid = nil, requestid = nil) ⇒ UpdateCfsSnapshotAttributeResponse
constructor
A new instance of UpdateCfsSnapshotAttributeResponse.
Constructor Details
#initialize(snapshotid = nil, requestid = nil) ⇒ UpdateCfsSnapshotAttributeResponse
Returns a new instance of UpdateCfsSnapshotAttributeResponse.
4367 4368 4369 4370 |
# File 'lib/v20190719/models.rb', line 4367 def initialize(snapshotid=nil, requestid=nil) @SnapshotId = snapshotid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4365 4366 4367 |
# File 'lib/v20190719/models.rb', line 4365 def RequestId @RequestId end |
#SnapshotId ⇒ Object
4365 4366 4367 |
# File 'lib/v20190719/models.rb', line 4365 def SnapshotId @SnapshotId end |
Instance Method Details
#deserialize(params) ⇒ Object
4372 4373 4374 4375 |
# File 'lib/v20190719/models.rb', line 4372 def deserialize(params) @SnapshotId = params['SnapshotId'] @RequestId = params['RequestId'] end |