Class: TencentCloud::Ckafka::V20190819::InstanceDeleteResponse

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190819/models.rb

Overview

删除实例返回任务

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#FlowIdObject

Parameters:

  • FlowId:

    删除实例返回的任务Id



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