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.



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

#TypeDescObject

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

Parameters:

  • TypeDesc:

    任务类型描述

  • TypeId:

    任务类型id

  • TypeSort:

    任务类型归类



38806
38807
38808
# File 'lib/v20210820/models.rb', line 38806

def TypeDesc
  @TypeDesc
end

#TypeIdObject

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

Parameters:

  • TypeDesc:

    任务类型描述

  • TypeId:

    任务类型id

  • TypeSort:

    任务类型归类



38806
38807
38808
# File 'lib/v20210820/models.rb', line 38806

def TypeId
  @TypeId
end

#TypeSortObject

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

Parameters:

  • TypeDesc:

    任务类型描述

  • TypeId:

    任务类型id

  • TypeSort:

    任务类型归类



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