Class: TencentCloud::Wedata::V20210820::BatchResumeIntegrationTasksRequest

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

Overview

BatchResumeIntegrationTasks请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(taskids = nil, tasktype = nil, projectid = nil) ⇒ BatchResumeIntegrationTasksRequest

Returns a new instance of BatchResumeIntegrationTasksRequest.



1226
1227
1228
1229
1230
# File 'lib/v20210820/models.rb', line 1226

def initialize(taskids=nil, tasktype=nil, projectid=nil)
  @TaskIds = taskids
  @TaskType = tasktype
  @ProjectId = projectid
end

Instance Attribute Details

#ProjectIdObject

Parameters:

  • TaskIds:

    任务id

  • TaskType:

    任务类型, 201为实时任务,202为离线任务

  • ProjectId:

    项目id



1224
1225
1226
# File 'lib/v20210820/models.rb', line 1224

def ProjectId
  @ProjectId
end

#TaskIdsObject

Parameters:

  • TaskIds:

    任务id

  • TaskType:

    任务类型, 201为实时任务,202为离线任务

  • ProjectId:

    项目id



1224
1225
1226
# File 'lib/v20210820/models.rb', line 1224

def TaskIds
  @TaskIds
end

#TaskTypeObject

Parameters:

  • TaskIds:

    任务id

  • TaskType:

    任务类型, 201为实时任务,202为离线任务

  • ProjectId:

    项目id



1224
1225
1226
# File 'lib/v20210820/models.rb', line 1224

def TaskType
  @TaskType
end

Instance Method Details

#deserialize(params) ⇒ Object



1232
1233
1234
1235
1236
# File 'lib/v20210820/models.rb', line 1232

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