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.
37079 37080 37081 |
# File 'lib/v20180228/models.rb', line 37079 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
37077 37078 37079 |
# File 'lib/v20180228/models.rb', line 37077 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
37083 37084 37085 |
# File 'lib/v20180228/models.rb', line 37083 def deserialize(params) @RequestId = params['RequestId'] end |