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.
2825 2826 2827 2828 |
# File 'lib/v20210820/models.rb', line 2825 def initialize(value=nil, valuedesc=nil) @Value = value @ValueDesc = valuedesc end |
Instance Attribute Details
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
2823 2824 2825 |
# File 'lib/v20210820/models.rb', line 2823 def Value @Value end |
#ValueDesc ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
2823 2824 2825 |
# File 'lib/v20210820/models.rb', line 2823 def ValueDesc @ValueDesc end |
Instance Method Details
#deserialize(params) ⇒ Object
2830 2831 2832 2833 |
# File 'lib/v20210820/models.rb', line 2830 def deserialize(params) @Value = params['Value'] @ValueDesc = params['ValueDesc'] end |