class TencentCloud::Lkeap::V20240522::CreateAttributeLabelRequest

def deserialize(params)

def deserialize(params)
  unless params['Labels'].nil?
    @Labels = []
    params['Labels'].each do |i|
      attributelabelitem_tmp = AttributeLabelItem.new
      attributelabelitem_tmp.deserialize(i)
      @Labels << attributelabelitem_tmp
    end
  end
end