Class: TencentCloud::Cwp::V20180228::RetryCreateSnapshotResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::RetryCreateSnapshotResponse
- Defined in:
- lib/v20180228/models.rb
Overview
RetryCreateSnapshot返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ RetryCreateSnapshotResponse
constructor
A new instance of RetryCreateSnapshotResponse.
Constructor Details
#initialize(requestid = nil) ⇒ RetryCreateSnapshotResponse
Returns a new instance of RetryCreateSnapshotResponse.
36673 36674 36675 |
# File 'lib/v20180228/models.rb', line 36673 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
36671 36672 36673 |
# File 'lib/v20180228/models.rb', line 36671 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
36677 36678 36679 |
# File 'lib/v20180228/models.rb', line 36677 def deserialize(params) @RequestId = params['RequestId'] end |