class TencentCloud::Lkeap::V20240522::DescribeDocResponse
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 @RequestId = params['RequestId'] end