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.



25679
25680
25681
25682
25683
# File 'lib/v20210820/models.rb', line 25679

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:

    任务类型归类



25677
25678
25679
# File 'lib/v20210820/models.rb', line 25677

def TypeDesc
  @TypeDesc
end

#TypeIdObject

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

Parameters:

  • TypeDesc:

    任务类型描述

  • TypeId:

    任务类型id

  • TypeSort:

    任务类型归类



25677
25678
25679
# File 'lib/v20210820/models.rb', line 25677

def TypeId
  @TypeId
end

#TypeSortObject

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

Parameters:

  • TypeDesc:

    任务类型描述

  • TypeId:

    任务类型id

  • TypeSort:

    任务类型归类



25677
25678
25679
# File 'lib/v20210820/models.rb', line 25677

def TypeSort
  @TypeSort
end

Instance Method Details

#deserialize(params) ⇒ Object



25685
25686
25687
25688
25689
# File 'lib/v20210820/models.rb', line 25685

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