Class: TencentCloud::Lighthouse::V20200324::CreateInstanceSnapshotResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::CreateInstanceSnapshotResponse
- Defined in:
- lib/v20200324/models.rb
Overview
CreateInstanceSnapshot返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(snapshotid = nil, requestid = nil) ⇒ CreateInstanceSnapshotResponse
constructor
A new instance of CreateInstanceSnapshotResponse.
Constructor Details
#initialize(snapshotid = nil, requestid = nil) ⇒ CreateInstanceSnapshotResponse
Returns a new instance of CreateInstanceSnapshotResponse.
1081 1082 1083 1084 |
# File 'lib/v20200324/models.rb', line 1081 def initialize(snapshotid=nil, requestid=nil) @SnapshotId = snapshotid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1079 1080 1081 |
# File 'lib/v20200324/models.rb', line 1079 def RequestId @RequestId end |
#SnapshotId ⇒ Object
1079 1080 1081 |
# File 'lib/v20200324/models.rb', line 1079 def SnapshotId @SnapshotId end |
Instance Method Details
#deserialize(params) ⇒ Object
1086 1087 1088 1089 |
# File 'lib/v20200324/models.rb', line 1086 def deserialize(params) @SnapshotId = params['SnapshotId'] @RequestId = params['RequestId'] end |