Class: TencentCloud::Es::V20180416::DeleteClusterSnapshotResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Es::V20180416::DeleteClusterSnapshotResponse
- Defined in:
- lib/v20180416/models.rb
Overview
DeleteClusterSnapshot返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, requestid = nil) ⇒ DeleteClusterSnapshotResponse
constructor
A new instance of DeleteClusterSnapshotResponse.
Constructor Details
#initialize(instanceid = nil, requestid = nil) ⇒ DeleteClusterSnapshotResponse
Returns a new instance of DeleteClusterSnapshotResponse.
1149 1150 1151 1152 |
# File 'lib/v20180416/models.rb', line 1149 def initialize(instanceid=nil, requestid=nil) @InstanceId = instanceid @RequestId = requestid end |
Instance Attribute Details
#InstanceId ⇒ Object
1147 1148 1149 |
# File 'lib/v20180416/models.rb', line 1147 def InstanceId @InstanceId end |
#RequestId ⇒ Object
1147 1148 1149 |
# File 'lib/v20180416/models.rb', line 1147 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1154 1155 1156 1157 |
# File 'lib/v20180416/models.rb', line 1154 def deserialize(params) @InstanceId = params['InstanceId'] @RequestId = params['RequestId'] end |