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
Returns a new instance of ModifySnapshotAttributeResponse.
2953 2954 2955 |
# File 'lib/v20170312/models.rb', line 2953 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2951 2952 2953 |
# File 'lib/v20170312/models.rb', line 2951 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2957 2958 2959 |
# File 'lib/v20170312/models.rb', line 2957 def deserialize(params) @RequestId = params['RequestId'] end |