class TencentCloud::Tione::V20211111::TextLabelDistributionDetailInfoThirdClass
三级标签
def deserialize(params)
def deserialize(params) @LabelValue = params['LabelValue'] @LabelCount = params['LabelCount'] @LabelPercentage = params['LabelPercentage'] unless params['ChildLabelList'].nil? @ChildLabelList = [] params['ChildLabelList'].each do |i| textlabeldistributiondetailinfofourthclass_tmp = TextLabelDistributionDetailInfoFourthClass.new textlabeldistributiondetailinfofourthclass_tmp.deserialize(i) @ChildLabelList << textlabeldistributiondetailinfofourthclass_tmp end end end
def initialize(labelvalue=nil, labelcount=nil, labelpercentage=nil, childlabellist=nil)
def initialize(labelvalue=nil, labelcount=nil, labelpercentage=nil, childlabellist=nil) @LabelValue = labelvalue @LabelCount = labelcount @LabelPercentage = labelpercentage @ChildLabelList = childlabellist end