Class: TencentCloud::Lke::V20231130::AttrLabelRefer

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20231130/models.rb

Overview

标签引用信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(source = nil, attributebizid = nil, labelbizids = nil) ⇒ AttrLabelRefer

Returns a new instance of AttrLabelRefer.



1597
1598
1599
1600
1601
# File 'lib/v20231130/models.rb', line 1597

def initialize(source=nil, attributebizid=nil, labelbizids=nil)
  @Source = source
  @AttributeBizId = attributebizid
  @LabelBizIds = labelbizids
end

Instance Attribute Details

#AttributeBizIdObject

Parameters:

  • Source:

    标签来源,1:标签

  • AttributeBizId:

    标签ID

  • LabelBizIds:

    标签值ID



1595
1596
1597
# File 'lib/v20231130/models.rb', line 1595

def AttributeBizId
  @AttributeBizId
end

#LabelBizIdsObject

Parameters:

  • Source:

    标签来源,1:标签

  • AttributeBizId:

    标签ID

  • LabelBizIds:

    标签值ID



1595
1596
1597
# File 'lib/v20231130/models.rb', line 1595

def LabelBizIds
  @LabelBizIds
end

#SourceObject

Parameters:

  • Source:

    标签来源,1:标签

  • AttributeBizId:

    标签ID

  • LabelBizIds:

    标签值ID



1595
1596
1597
# File 'lib/v20231130/models.rb', line 1595

def Source
  @Source
end

Instance Method Details

#deserialize(params) ⇒ Object



1603
1604
1605
1606
1607
# File 'lib/v20231130/models.rb', line 1603

def deserialize(params)
  @Source = params['Source']
  @AttributeBizId = params['AttributeBizId']
  @LabelBizIds = params['LabelBizIds']
end