Class: TencentCloud::Wedata::V20210820::LabelValueSelection

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

Overview

标签值选择列表

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#LabelIdObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • LabelId:

    标签ID

  • LabelValue:

    标签值ID



25315
25316
25317
# File 'lib/v20210820/models.rb', line 25315

def LabelId
  @LabelId
end

#LabelValueObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • LabelId:

    标签ID

  • LabelValue:

    标签值ID



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