Class: TencentCloud::Wedata::V20210820::BatchUpdateIntegrationTasksRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::BatchUpdateIntegrationTasksRequest
- Defined in:
- lib/v20210820/models.rb
Overview
BatchUpdateIntegrationTasks请求参数结构体
Instance Attribute Summary collapse
- #Incharge ⇒ Object
- #InchargeIds ⇒ Object
- #ProjectId ⇒ Object
- #TaskIds ⇒ Object
- #TaskNames ⇒ Object
- #TaskType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskids = nil, incharge = nil, tasktype = nil, projectid = nil, inchargeids = nil, tasknames = nil) ⇒ BatchUpdateIntegrationTasksRequest
constructor
A new instance of BatchUpdateIntegrationTasksRequest.
Constructor Details
#initialize(taskids = nil, incharge = nil, tasktype = nil, projectid = nil, inchargeids = nil, tasknames = nil) ⇒ BatchUpdateIntegrationTasksRequest
Returns a new instance of BatchUpdateIntegrationTasksRequest.
2634 2635 2636 2637 2638 2639 2640 2641 |
# File 'lib/v20210820/models.rb', line 2634 def initialize(taskids=nil, incharge=nil, tasktype=nil, projectid=nil, inchargeids=nil, tasknames=nil) @TaskIds = taskids @Incharge = incharge @TaskType = tasktype @ProjectId = projectid @InchargeIds = inchargeids @TaskNames = tasknames end |
Instance Attribute Details
#Incharge ⇒ Object
2632 2633 2634 |
# File 'lib/v20210820/models.rb', line 2632 def Incharge @Incharge end |
#InchargeIds ⇒ Object
2632 2633 2634 |
# File 'lib/v20210820/models.rb', line 2632 def InchargeIds @InchargeIds end |
#ProjectId ⇒ Object
2632 2633 2634 |
# File 'lib/v20210820/models.rb', line 2632 def ProjectId @ProjectId end |
#TaskIds ⇒ Object
2632 2633 2634 |
# File 'lib/v20210820/models.rb', line 2632 def TaskIds @TaskIds end |
#TaskNames ⇒ Object
2632 2633 2634 |
# File 'lib/v20210820/models.rb', line 2632 def TaskNames @TaskNames end |
#TaskType ⇒ Object
2632 2633 2634 |
# File 'lib/v20210820/models.rb', line 2632 def TaskType @TaskType end |
Instance Method Details
#deserialize(params) ⇒ Object
2643 2644 2645 2646 2647 2648 2649 2650 |
# File 'lib/v20210820/models.rb', line 2643 def deserialize(params) @TaskIds = params['TaskIds'] @Incharge = params['Incharge'] @TaskType = params['TaskType'] @ProjectId = params['ProjectId'] @InchargeIds = params['InchargeIds'] @TaskNames = params['TaskNames'] end |