Class: TencentCloud::Wedata::V20210820::TaskTypeOpsDto

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

Overview

任务类型基本信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(typedesc = nil, typeid = nil, typesort = nil) ⇒ TaskTypeOpsDto

Returns a new instance of TaskTypeOpsDto.



39175
39176
39177
39178
39179
# File 'lib/v20210820/models.rb', line 39175

def initialize(typedesc=nil, typeid=nil, typesort=nil)
  @TypeDesc = typedesc
  @TypeId = typeid
  @TypeSort = typesort
end

Instance Attribute Details

#TypeDescObject

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

Parameters:

  • TypeDesc:

    任务类型描述

  • TypeId:

    任务类型id

  • TypeSort:

    任务类型归类



39173
39174
39175
# File 'lib/v20210820/models.rb', line 39173

def TypeDesc
  @TypeDesc
end

#TypeIdObject

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

Parameters:

  • TypeDesc:

    任务类型描述

  • TypeId:

    任务类型id

  • TypeSort:

    任务类型归类



39173
39174
39175
# File 'lib/v20210820/models.rb', line 39173

def TypeId
  @TypeId
end

#TypeSortObject

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

Parameters:

  • TypeDesc:

    任务类型描述

  • TypeId:

    任务类型id

  • TypeSort:

    任务类型归类



39173
39174
39175
# File 'lib/v20210820/models.rb', line 39173

def TypeSort
  @TypeSort
end

Instance Method Details

#deserialize(params) ⇒ Object



39181
39182
39183
39184
39185
# File 'lib/v20210820/models.rb', line 39181

def deserialize(params)
  @TypeDesc = params['TypeDesc']
  @TypeId = params['TypeId']
  @TypeSort = params['TypeSort']
end