class TencentCloud::Lkeap::V20240522::CreateQARequest
CreateQA请求参数结构体
def deserialize(params)
def deserialize(params) unless params['AttributeLabels'].nil? @AttributeLabels = [] params['AttributeLabels'].each do |i| attributelabelreferitem_tmp = AttributeLabelReferItem.new attributelabelreferitem_tmp.deserialize(i) @AttributeLabels << attributelabelreferitem_tmp end end end
def initialize(attributelabels=nil)
def initialize(attributelabels=nil) @AttributeLabels = attributelabels end