class TencentCloud::Ckafka::V20190819::BatchModifyTopicAttributesResponse

def deserialize(params)

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