Class: TencentCloud::Tdcpg::V20211118::IsolateClusterResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdcpg::V20211118::IsolateClusterResponse
- Defined in:
- lib/v20211118/models.rb
Overview
IsolateCluster返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ IsolateClusterResponse
constructor
A new instance of IsolateClusterResponse.
Constructor Details
#initialize(requestid = nil) ⇒ IsolateClusterResponse
Returns a new instance of IsolateClusterResponse.
1199 1200 1201 |
# File 'lib/v20211118/models.rb', line 1199 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1197 1198 1199 |
# File 'lib/v20211118/models.rb', line 1197 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1203 1204 1205 |
# File 'lib/v20211118/models.rb', line 1203 def deserialize(params) @RequestId = params['RequestId'] end |