Class: TencentCloud::Wedata::V20210820::TaskTypeExtParamDsVO
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::TaskTypeExtParamDsVO
- Defined in:
- lib/v20210820/models.rb
Overview
TaskTypeExts参数
Instance Attribute Summary collapse
-
#TaskTypeExtKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskTypeExtValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tasktypeextkey = nil, tasktypeextvalue = nil) ⇒ TaskTypeExtParamDsVO
constructor
A new instance of TaskTypeExtParamDsVO.
Constructor Details
#initialize(tasktypeextkey = nil, tasktypeextvalue = nil) ⇒ TaskTypeExtParamDsVO
Returns a new instance of TaskTypeExtParamDsVO.
39127 39128 39129 39130 |
# File 'lib/v20210820/models.rb', line 39127 def initialize(tasktypeextkey=nil, tasktypeextvalue=nil) @TaskTypeExtKey = tasktypeextkey @TaskTypeExtValue = tasktypeextvalue end |
Instance Attribute Details
#TaskTypeExtKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
39125 39126 39127 |
# File 'lib/v20210820/models.rb', line 39125 def TaskTypeExtKey @TaskTypeExtKey end |
#TaskTypeExtValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
39125 39126 39127 |
# File 'lib/v20210820/models.rb', line 39125 def TaskTypeExtValue @TaskTypeExtValue end |
Instance Method Details
#deserialize(params) ⇒ Object
39132 39133 39134 39135 39136 39137 39138 |
# File 'lib/v20210820/models.rb', line 39132 def deserialize(params) @TaskTypeExtKey = params['TaskTypeExtKey'] unless params['TaskTypeExtValue'].nil? @TaskTypeExtValue = TaskTypeExtDsVO.new @TaskTypeExtValue.deserialize(params['TaskTypeExtValue']) end end |