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.
2967 2968 2969 2970 2971 2972 2973 2974 |
# File 'lib/v20210820/models.rb', line 2967 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
2965 2966 2967 |
# File 'lib/v20210820/models.rb', line 2965 def Incharge @Incharge end |
#InchargeIds ⇒ Object
2965 2966 2967 |
# File 'lib/v20210820/models.rb', line 2965 def InchargeIds @InchargeIds end |
#ProjectId ⇒ Object
2965 2966 2967 |
# File 'lib/v20210820/models.rb', line 2965 def ProjectId @ProjectId end |
#TaskIds ⇒ Object
2965 2966 2967 |
# File 'lib/v20210820/models.rb', line 2965 def TaskIds @TaskIds end |
#TaskNames ⇒ Object
2965 2966 2967 |
# File 'lib/v20210820/models.rb', line 2965 def TaskNames @TaskNames end |
#TaskType ⇒ Object
2965 2966 2967 |
# File 'lib/v20210820/models.rb', line 2965 def TaskType @TaskType end |
Instance Method Details
#deserialize(params) ⇒ Object
2976 2977 2978 2979 2980 2981 2982 2983 |
# File 'lib/v20210820/models.rb', line 2976 def deserialize(params) @TaskIds = params['TaskIds'] @Incharge = params['Incharge'] @TaskType = params['TaskType'] @ProjectId = params['ProjectId'] @InchargeIds = params['InchargeIds'] @TaskNames = params['TaskNames'] end |