Class: TencentCloud::Wedata::V20210820::BatchStopIntegrationTasksRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::BatchStopIntegrationTasksRequest
- Defined in:
- lib/v20210820/models.rb
Overview
BatchStopIntegrationTasks请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskids = nil, tasktype = nil, projectid = nil) ⇒ BatchStopIntegrationTasksRequest
constructor
A new instance of BatchStopIntegrationTasksRequest.
Constructor Details
#initialize(taskids = nil, tasktype = nil, projectid = nil) ⇒ BatchStopIntegrationTasksRequest
Returns a new instance of BatchStopIntegrationTasksRequest.
2396 2397 2398 2399 2400 |
# File 'lib/v20210820/models.rb', line 2396 def initialize(taskids=nil, tasktype=nil, projectid=nil) @TaskIds = taskids @TaskType = tasktype @ProjectId = projectid end |
Instance Attribute Details
#ProjectId ⇒ Object
2394 2395 2396 |
# File 'lib/v20210820/models.rb', line 2394 def ProjectId @ProjectId end |
#TaskIds ⇒ Object
2394 2395 2396 |
# File 'lib/v20210820/models.rb', line 2394 def TaskIds @TaskIds end |
#TaskType ⇒ Object
2394 2395 2396 |
# File 'lib/v20210820/models.rb', line 2394 def TaskType @TaskType end |
Instance Method Details
#deserialize(params) ⇒ Object
2402 2403 2404 2405 2406 |
# File 'lib/v20210820/models.rb', line 2402 def deserialize(params) @TaskIds = params['TaskIds'] @TaskType = params['TaskType'] @ProjectId = params['ProjectId'] end |