class TencentCloud::Lkeap::V20240522::AttributeLabelReferItem

属性标签引用

def deserialize(params)

def deserialize(params)
  @AttributeId = params['AttributeId']
  @LabelIds = params['LabelIds']
end

def initialize(attributeid=nil, labelids=nil)

def initialize(attributeid=nil, labelids=nil)
  @AttributeId = attributeid
  @LabelIds = labelids
end