Class: TencentCloud::Wedata::V20210820::DescribeTaskByStatusReportRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeTaskByStatusReportRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeTaskByStatusReport请求参数结构体
Instance Attribute Summary collapse
- #AggregationUnit ⇒ Object
- #CycleUnit ⇒ Object
- #EndTime ⇒ Object
- #InCharge ⇒ Object
- #ProjectId ⇒ Object
- #ProjectIds ⇒ Object
- #StartTime ⇒ Object
- #Status ⇒ Object
- #TaskType ⇒ Object
- #Type ⇒ Object
- #TypeName ⇒ Object
- #WorkflowId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, type = nil, tasktype = nil, typename = nil, starttime = nil, endtime = nil, aggregationunit = nil, cycleunit = nil, status = nil, incharge = nil, workflowid = nil, projectids = nil) ⇒ DescribeTaskByStatusReportRequest
constructor
A new instance of DescribeTaskByStatusReportRequest.
Constructor Details
#initialize(projectid = nil, type = nil, tasktype = nil, typename = nil, starttime = nil, endtime = nil, aggregationunit = nil, cycleunit = nil, status = nil, incharge = nil, workflowid = nil, projectids = nil) ⇒ DescribeTaskByStatusReportRequest
Returns a new instance of DescribeTaskByStatusReportRequest.
16509 16510 16511 16512 16513 16514 16515 16516 16517 16518 16519 16520 16521 16522 |
# File 'lib/v20210820/models.rb', line 16509 def initialize(projectid=nil, type=nil, tasktype=nil, typename=nil, starttime=nil, endtime=nil, aggregationunit=nil, cycleunit=nil, status=nil, incharge=nil, workflowid=nil, projectids=nil) @ProjectId = projectid @Type = type @TaskType = tasktype @TypeName = typename @StartTime = starttime @EndTime = endtime @AggregationUnit = aggregationunit @CycleUnit = cycleunit @Status = status @InCharge = incharge @WorkflowId = workflowid @ProjectIds = projectids end |
Instance Attribute Details
#AggregationUnit ⇒ Object
16507 16508 16509 |
# File 'lib/v20210820/models.rb', line 16507 def AggregationUnit @AggregationUnit end |
#CycleUnit ⇒ Object
16507 16508 16509 |
# File 'lib/v20210820/models.rb', line 16507 def CycleUnit @CycleUnit end |
#EndTime ⇒ Object
16507 16508 16509 |
# File 'lib/v20210820/models.rb', line 16507 def EndTime @EndTime end |
#InCharge ⇒ Object
16507 16508 16509 |
# File 'lib/v20210820/models.rb', line 16507 def InCharge @InCharge end |
#ProjectId ⇒ Object
16507 16508 16509 |
# File 'lib/v20210820/models.rb', line 16507 def ProjectId @ProjectId end |
#ProjectIds ⇒ Object
16507 16508 16509 |
# File 'lib/v20210820/models.rb', line 16507 def ProjectIds @ProjectIds end |
#StartTime ⇒ Object
16507 16508 16509 |
# File 'lib/v20210820/models.rb', line 16507 def StartTime @StartTime end |
#Status ⇒ Object
16507 16508 16509 |
# File 'lib/v20210820/models.rb', line 16507 def Status @Status end |
#TaskType ⇒ Object
16507 16508 16509 |
# File 'lib/v20210820/models.rb', line 16507 def TaskType @TaskType end |
#Type ⇒ Object
16507 16508 16509 |
# File 'lib/v20210820/models.rb', line 16507 def Type @Type end |
#TypeName ⇒ Object
16507 16508 16509 |
# File 'lib/v20210820/models.rb', line 16507 def TypeName @TypeName end |
#WorkflowId ⇒ Object
16507 16508 16509 |
# File 'lib/v20210820/models.rb', line 16507 def WorkflowId @WorkflowId end |
Instance Method Details
#deserialize(params) ⇒ Object
16524 16525 16526 16527 16528 16529 16530 16531 16532 16533 16534 16535 16536 16537 |
# File 'lib/v20210820/models.rb', line 16524 def deserialize(params) @ProjectId = params['ProjectId'] @Type = params['Type'] @TaskType = params['TaskType'] @TypeName = params['TypeName'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @AggregationUnit = params['AggregationUnit'] @CycleUnit = params['CycleUnit'] @Status = params['Status'] @InCharge = params['InCharge'] @WorkflowId = params['WorkflowId'] @ProjectIds = params['ProjectIds'] end |