Class: TencentCloud::Lighthouse::V20200324::ModifySnapshotAttributeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::ModifySnapshotAttributeResponse
- Defined in:
- lib/v20200324/models.rb
Overview
ModifySnapshotAttribute返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifySnapshotAttributeResponse
constructor
A new instance of ModifySnapshotAttributeResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifySnapshotAttributeResponse
Returns a new instance of ModifySnapshotAttributeResponse.
7239 7240 7241 |
# File 'lib/v20200324/models.rb', line 7239 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7237 7238 7239 |
# File 'lib/v20200324/models.rb', line 7237 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7243 7244 7245 |
# File 'lib/v20200324/models.rb', line 7243 def deserialize(params) @RequestId = params['RequestId'] end |