Class: TencentCloud::Cbs::V20170312::ApplySnapshotResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cbs::V20170312::ApplySnapshotResponse
- Defined in:
- lib/v20170312/models.rb
Overview
ApplySnapshot返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ApplySnapshotResponse
constructor
A new instance of ApplySnapshotResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ApplySnapshotResponse
Returns a new instance of ApplySnapshotResponse.
199 200 201 |
# File 'lib/v20170312/models.rb', line 199 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
197 198 199 |
# File 'lib/v20170312/models.rb', line 197 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
203 204 205 |
# File 'lib/v20170312/models.rb', line 203 def deserialize(params) @RequestId = params['RequestId'] end |