Class: TencentCloud::Wedata::V20210820::RobAndLockIntegrationTaskRequest

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

Overview

RobAndLockIntegrationTask请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(taskid = nil, projectid = nil, tasktype = nil) ⇒ RobAndLockIntegrationTaskRequest

Returns a new instance of RobAndLockIntegrationTaskRequest.



30676
30677
30678
30679
30680
# File 'lib/v20210820/models.rb', line 30676

def initialize(taskid=nil, projectid=nil, tasktype=nil)
  @TaskId = taskid
  @ProjectId = projectid
  @TaskType = tasktype
end

Instance Attribute Details

#ProjectIdObject

Parameters:

  • TaskId:

    任务id

  • ProjectId:

    项目id

  • TaskType:

    任务类型:201. stream, 202. offline



30674
30675
30676
# File 'lib/v20210820/models.rb', line 30674

def ProjectId
  @ProjectId
end

#TaskIdObject

Parameters:

  • TaskId:

    任务id

  • ProjectId:

    项目id

  • TaskType:

    任务类型:201. stream, 202. offline



30674
30675
30676
# File 'lib/v20210820/models.rb', line 30674

def TaskId
  @TaskId
end

#TaskTypeObject

Parameters:

  • TaskId:

    任务id

  • ProjectId:

    项目id

  • TaskType:

    任务类型:201. stream, 202. offline



30674
30675
30676
# File 'lib/v20210820/models.rb', line 30674

def TaskType
  @TaskType
end

Instance Method Details

#deserialize(params) ⇒ Object



30682
30683
30684
30685
30686
# File 'lib/v20210820/models.rb', line 30682

def deserialize(params)
  @TaskId = params['TaskId']
  @ProjectId = params['ProjectId']
  @TaskType = params['TaskType']
end