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

def initialize(attributeid=nil, attributekey=nil, attributename=nil, labels=nil)

def initialize(attributeid=nil, attributekey=nil, attributename=nil, labels=nil)
  @AttributeId = attributeid
  @AttributeKey = attributekey
  @AttributeName = attributename
  @Labels = labels
end