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.



35929
35930
35931
35932
35933
# File 'lib/v20210820/models.rb', line 35929

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:

    任务类型归类



35927
35928
35929
# File 'lib/v20210820/models.rb', line 35927

def TypeDesc
  @TypeDesc
end

#TypeIdObject

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

Parameters:

  • TypeDesc:

    任务类型描述

  • TypeId:

    任务类型id

  • TypeSort:

    任务类型归类



35927
35928
35929
# File 'lib/v20210820/models.rb', line 35927

def TypeId
  @TypeId
end

#TypeSortObject

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

Parameters:

  • TypeDesc:

    任务类型描述

  • TypeId:

    任务类型id

  • TypeSort:

    任务类型归类



35927
35928
35929
# File 'lib/v20210820/models.rb', line 35927

def TypeSort
  @TypeSort
end

Instance Method Details

#deserialize(params) ⇒ Object



35935
35936
35937
35938
35939
# File 'lib/v20210820/models.rb', line 35935

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