class TencentCloud::Lkeap::V20240522::AttributeItem
def deserialize(params)
def deserialize(params) @AttributeId = params['AttributeId'] @AttributeKey = params['AttributeKey'] @AttributeName = params['AttributeName'] unless params['Labels'].nil? @Labels = [] params['Labels'].each do |i| attributelabelitem_tmp = AttributeLabelItem.new attributelabelitem_tmp.deserialize(i) @Labels << attributelabelitem_tmp end end end