Class: TencentCloud::Lke::V20231130::AttrLabelRefer
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lke::V20231130::AttrLabelRefer
- Defined in:
- lib/v20231130/models.rb
Overview
标签引用信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(source = nil, attributebizid = nil, labelbizids = nil) ⇒ AttrLabelRefer
constructor
A new instance of AttrLabelRefer.
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
#AttributeBizId ⇒ Object
1595 1596 1597 |
# File 'lib/v20231130/models.rb', line 1595 def AttributeBizId @AttributeBizId end |
#LabelBizIds ⇒ Object
1595 1596 1597 |
# File 'lib/v20231130/models.rb', line 1595 def LabelBizIds @LabelBizIds end |
#Source ⇒ Object
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 |