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.
17085 17086 17087 17088 17089 17090 17091 17092 |
# File 'lib/v20210820/models.rb', line 17085 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
17083 17084 17085 |
# File 'lib/v20210820/models.rb', line 17083 def InCharge @InCharge end |
#ProjectId ⇒ Object
17083 17084 17085 |
# File 'lib/v20210820/models.rb', line 17083 def ProjectId @ProjectId end |
#ProjectIds ⇒ Object
17083 17084 17085 |
# File 'lib/v20210820/models.rb', line 17083 def ProjectIds @ProjectIds end |
#ResourceGroupIds ⇒ Object
17083 17084 17085 |
# File 'lib/v20210820/models.rb', line 17083 def ResourceGroupIds @ResourceGroupIds end |
#TaskTypeIdList ⇒ Object
17083 17084 17085 |
# File 'lib/v20210820/models.rb', line 17083 def TaskTypeIdList @TaskTypeIdList end |
#WorkflowId ⇒ Object
17083 17084 17085 |
# File 'lib/v20210820/models.rb', line 17083 def WorkflowId @WorkflowId end |
Instance Method Details
#deserialize(params) ⇒ Object
17094 17095 17096 17097 17098 17099 17100 17101 |
# File 'lib/v20210820/models.rb', line 17094 def deserialize(params) @ProjectId = params['ProjectId'] @InCharge = params['InCharge'] @WorkflowId = params['WorkflowId'] @ProjectIds = params['ProjectIds'] @ResourceGroupIds = params['ResourceGroupIds'] @TaskTypeIdList = params['TaskTypeIdList'] end |