class TencentCloud::Lkeap::V20240522::DescribeDocResponse

DescribeDoc返回参数结构体

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

def initialize(attributelabels=nil, requestid=nil)

def initialize(attributelabels=nil, requestid=nil)
  @AttributeLabels = attributelabels
  @RequestId = requestid
end