Class: TencentCloud::Cynosdb::V20190107::RemoveClusterSlaveZoneResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cynosdb::V20190107::RemoveClusterSlaveZoneResponse
- Defined in:
- lib/v20190107/models.rb
Overview
RemoveClusterSlaveZone返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ RemoveClusterSlaveZoneResponse
constructor
A new instance of RemoveClusterSlaveZoneResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ RemoveClusterSlaveZoneResponse
Returns a new instance of RemoveClusterSlaveZoneResponse.
13018 13019 13020 13021 |
# File 'lib/v20190107/models.rb', line 13018 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
13016 13017 13018 |
# File 'lib/v20190107/models.rb', line 13016 def FlowId @FlowId end |
#RequestId ⇒ Object
13016 13017 13018 |
# File 'lib/v20190107/models.rb', line 13016 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13023 13024 13025 13026 |
# File 'lib/v20190107/models.rb', line 13023 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |