class TencentCloud::Ckafka::V20190819::DescribeTopicProduceConnectionResponse

DescribeTopicProduceConnection返回参数结构体

def deserialize(params)

def deserialize(params)
  unless params['Result'].nil?
    @Result = []
    params['Result'].each do |i|
      describeconnectinforesultdto_tmp = DescribeConnectInfoResultDTO.new
      describeconnectinforesultdto_tmp.deserialize(i)
      @Result << describeconnectinforesultdto_tmp
    end
  end
  @RequestId = params['RequestId']
end

def initialize(result=nil, requestid=nil)

def initialize(result=nil, requestid=nil)
  @Result = result
  @RequestId = requestid
end