Class: TencentCloud::Wedata::V20210820::DescribeTaskByCycleRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeTaskByCycleRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeTaskByCycle请求参数结构体
Instance Attribute Summary collapse
- #InCharge ⇒ Object
- #ProjectId ⇒ Object
- #ProjectIds ⇒ Object
- #ResourceGroupIds ⇒ Object
- #TaskTypeIdList ⇒ Object
- #WorkflowId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, incharge = nil, workflowid = nil, projectids = nil, resourcegroupids = nil, tasktypeidlist = nil) ⇒ DescribeTaskByCycleRequest
constructor
A new instance of DescribeTaskByCycleRequest.
Constructor Details
#initialize(projectid = nil, incharge = nil, workflowid = nil, projectids = nil, resourcegroupids = nil, tasktypeidlist = nil) ⇒ DescribeTaskByCycleRequest
Returns a new instance of DescribeTaskByCycleRequest.
16517 16518 16519 16520 16521 16522 16523 16524 |
# File 'lib/v20210820/models.rb', line 16517 def initialize(projectid=nil, incharge=nil, workflowid=nil, projectids=nil, resourcegroupids=nil, tasktypeidlist=nil) @ProjectId = projectid @InCharge = incharge @WorkflowId = workflowid @ProjectIds = projectids @ResourceGroupIds = resourcegroupids @TaskTypeIdList = tasktypeidlist end |
Instance Attribute Details
#InCharge ⇒ Object
16515 16516 16517 |
# File 'lib/v20210820/models.rb', line 16515 def InCharge @InCharge end |
#ProjectId ⇒ Object
16515 16516 16517 |
# File 'lib/v20210820/models.rb', line 16515 def ProjectId @ProjectId end |
#ProjectIds ⇒ Object
16515 16516 16517 |
# File 'lib/v20210820/models.rb', line 16515 def ProjectIds @ProjectIds end |
#ResourceGroupIds ⇒ Object
16515 16516 16517 |
# File 'lib/v20210820/models.rb', line 16515 def ResourceGroupIds @ResourceGroupIds end |
#TaskTypeIdList ⇒ Object
16515 16516 16517 |
# File 'lib/v20210820/models.rb', line 16515 def TaskTypeIdList @TaskTypeIdList end |
#WorkflowId ⇒ Object
16515 16516 16517 |
# File 'lib/v20210820/models.rb', line 16515 def WorkflowId @WorkflowId end |
Instance Method Details
#deserialize(params) ⇒ Object
16526 16527 16528 16529 16530 16531 16532 16533 |
# File 'lib/v20210820/models.rb', line 16526 def deserialize(params) @ProjectId = params['ProjectId'] @InCharge = params['InCharge'] @WorkflowId = params['WorkflowId'] @ProjectIds = params['ProjectIds'] @ResourceGroupIds = params['ResourceGroupIds'] @TaskTypeIdList = params['TaskTypeIdList'] end |