Class: TencentCloud::Wedata::V20210820::LabelValueSelection
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::LabelValueSelection
- Defined in:
- lib/v20210820/models.rb
Overview
标签值选择列表
Instance Attribute Summary collapse
-
#LabelId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#LabelValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(labelid = nil, labelvalue = nil) ⇒ LabelValueSelection
constructor
A new instance of LabelValueSelection.
Constructor Details
#initialize(labelid = nil, labelvalue = nil) ⇒ LabelValueSelection
Returns a new instance of LabelValueSelection.
25317 25318 25319 25320 |
# File 'lib/v20210820/models.rb', line 25317 def initialize(labelid=nil, labelvalue=nil) @LabelId = labelid @LabelValue = labelvalue end |
Instance Attribute Details
#LabelId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
25315 25316 25317 |
# File 'lib/v20210820/models.rb', line 25315 def LabelId @LabelId end |
#LabelValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
25315 25316 25317 |
# File 'lib/v20210820/models.rb', line 25315 def LabelValue @LabelValue end |
Instance Method Details
#deserialize(params) ⇒ Object
25322 25323 25324 25325 |
# File 'lib/v20210820/models.rb', line 25322 def deserialize(params) @LabelId = params['LabelId'] @LabelValue = params['LabelValue'] end |