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.



32034
32035
32036
32037
32038
# File 'lib/v20210820/models.rb', line 32034

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



32032
32033
32034
# File 'lib/v20210820/models.rb', line 32032

def ProjectId
  @ProjectId
end

#TaskIdObject

Parameters:

  • TaskId:

    任务id

  • ProjectId:

    项目id

  • TaskType:

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



32032
32033
32034
# File 'lib/v20210820/models.rb', line 32032

def TaskId
  @TaskId
end

#TaskTypeObject

Parameters:

  • TaskId:

    任务id

  • ProjectId:

    项目id

  • TaskType:

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



32032
32033
32034
# File 'lib/v20210820/models.rb', line 32032

def TaskType
  @TaskType
end

Instance Method Details

#deserialize(params) ⇒ Object



32040
32041
32042
32043
32044
# File 'lib/v20210820/models.rb', line 32040

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