Class: TencentCloud::Ckafka::V20190819::InstanceDeleteResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::InstanceDeleteResponse
- Defined in:
- lib/v20190819/models.rb
Overview
删除实例返回任务
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil) ⇒ InstanceDeleteResponse
constructor
A new instance of InstanceDeleteResponse.
Constructor Details
#initialize(flowid = nil) ⇒ InstanceDeleteResponse
Returns a new instance of InstanceDeleteResponse.
8146 8147 8148 |
# File 'lib/v20190819/models.rb', line 8146 def initialize(flowid=nil) @FlowId = flowid end |
Instance Attribute Details
#FlowId ⇒ Object
8144 8145 8146 |
# File 'lib/v20190819/models.rb', line 8144 def FlowId @FlowId end |
Instance Method Details
#deserialize(params) ⇒ Object
8150 8151 8152 |
# File 'lib/v20190819/models.rb', line 8150 def deserialize(params) @FlowId = params['FlowId'] end |