Class: TencentCloud::Wedata::V20210820::CandidateDsDTo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::CandidateDsDTo
- Defined in:
- lib/v20210820/models.rb
Overview
CandidateDsDTo
Instance Attribute Summary collapse
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ValueDesc ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(value = nil, valuedesc = nil) ⇒ CandidateDsDTo
constructor
A new instance of CandidateDsDTo.
Constructor Details
#initialize(value = nil, valuedesc = nil) ⇒ CandidateDsDTo
Returns a new instance of CandidateDsDTo.
2821 2822 2823 2824 |
# File 'lib/v20210820/models.rb', line 2821 def initialize(value=nil, valuedesc=nil) @Value = value @ValueDesc = valuedesc end |
Instance Attribute Details
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
2819 2820 2821 |
# File 'lib/v20210820/models.rb', line 2819 def Value @Value end |
#ValueDesc ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
2819 2820 2821 |
# File 'lib/v20210820/models.rb', line 2819 def ValueDesc @ValueDesc end |
Instance Method Details
#deserialize(params) ⇒ Object
2826 2827 2828 2829 |
# File 'lib/v20210820/models.rb', line 2826 def deserialize(params) @Value = params['Value'] @ValueDesc = params['ValueDesc'] end |