Class: TencentCloud::Wedata::V20210820::TaskTypeOpsDto
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::TaskTypeOpsDto
- Defined in:
- lib/v20210820/models.rb
Overview
任务类型基本信息
Instance Attribute Summary collapse
-
#TypeDesc ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TypeId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TypeSort ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(typedesc = nil, typeid = nil, typesort = nil) ⇒ TaskTypeOpsDto
constructor
A new instance of TaskTypeOpsDto.
Constructor Details
#initialize(typedesc = nil, typeid = nil, typesort = nil) ⇒ TaskTypeOpsDto
Returns a new instance of TaskTypeOpsDto.
38808 38809 38810 38811 38812 |
# File 'lib/v20210820/models.rb', line 38808 def initialize(typedesc=nil, typeid=nil, typesort=nil) @TypeDesc = typedesc @TypeId = typeid @TypeSort = typesort end |
Instance Attribute Details
#TypeDesc ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
38806 38807 38808 |
# File 'lib/v20210820/models.rb', line 38806 def TypeDesc @TypeDesc end |
#TypeId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
38806 38807 38808 |
# File 'lib/v20210820/models.rb', line 38806 def TypeId @TypeId end |
#TypeSort ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
38806 38807 38808 |
# File 'lib/v20210820/models.rb', line 38806 def TypeSort @TypeSort end |
Instance Method Details
#deserialize(params) ⇒ Object
38814 38815 38816 38817 38818 |
# File 'lib/v20210820/models.rb', line 38814 def deserialize(params) @TypeDesc = params['TypeDesc'] @TypeId = params['TypeId'] @TypeSort = params['TypeSort'] end |