Class: TencentCloud::Cbs::V20170312::ModifySnapshotAttributeResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cbs::V20170312::ModifySnapshotAttributeResponse
- Defined in:
- lib/v20170312/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
2908 2909 2910 |
# File 'lib/v20170312/models.rb', line 2908 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2906 2907 2908 |
# File 'lib/v20170312/models.rb', line 2906 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2912 2913 2914 |
# File 'lib/v20170312/models.rb', line 2912 def deserialize(params) @RequestId = params['RequestId'] end |