Class: TencentCloud::Es::V20180416::RestoreClusterSnapshotResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Es::V20180416::RestoreClusterSnapshotResponse
- Defined in:
- lib/v20180416/models.rb
Overview
RestoreClusterSnapshot返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, requestid = nil) ⇒ RestoreClusterSnapshotResponse
constructor
A new instance of RestoreClusterSnapshotResponse.
Constructor Details
#initialize(instanceid = nil, requestid = nil) ⇒ RestoreClusterSnapshotResponse
Returns a new instance of RestoreClusterSnapshotResponse.
6376 6377 6378 6379 |
# File 'lib/v20180416/models.rb', line 6376 def initialize(instanceid=nil, requestid=nil) @InstanceId = instanceid @RequestId = requestid end |
Instance Attribute Details
#InstanceId ⇒ Object
6374 6375 6376 |
# File 'lib/v20180416/models.rb', line 6374 def InstanceId @InstanceId end |
#RequestId ⇒ Object
6374 6375 6376 |
# File 'lib/v20180416/models.rb', line 6374 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6381 6382 6383 6384 |
# File 'lib/v20180416/models.rb', line 6381 def deserialize(params) @InstanceId = params['InstanceId'] @RequestId = params['RequestId'] end |