Class: TencentCloud::Wedata::V20210820::DescribeTaskByStatusReportRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210820/models.rb

Overview

DescribeTaskByStatusReport请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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) ⇒ DescribeTaskByStatusReportRequest

Returns a new instance of DescribeTaskByStatusReportRequest.



11991
11992
11993
11994
11995
11996
11997
11998
11999
12000
12001
12002
12003
# File 'lib/v20210820/models.rb', line 11991

def initialize(projectid=nil, type=nil, tasktype=nil, typename=nil, starttime=nil, endtime=nil, aggregationunit=nil, cycleunit=nil, status=nil, incharge=nil, workflowid=nil)
  @ProjectId = projectid
  @Type = type
  @TaskType = tasktype
  @TypeName = typename
  @StartTime = starttime
  @EndTime = endtime
  @AggregationUnit = aggregationunit
  @CycleUnit = cycleunit
  @Status = status
  @InCharge = incharge
  @WorkflowId = workflowid
end

Instance Attribute Details

#AggregationUnitObject

Parameters:

  • ProjectId:

    项目ID

  • Type:

    时间类型

  • TaskType:

    类型

  • TypeName:

    类型名称

  • StartTime:

    开始时间

  • EndTime:

    结束时间

  • AggregationUnit:

    聚合单元,H小时

  • CycleUnit:

    周期

  • Status:

    状态

  • InCharge:

    责任人

  • WorkflowId:

    工作流ID



11989
11990
11991
# File 'lib/v20210820/models.rb', line 11989

def AggregationUnit
  @AggregationUnit
end

#CycleUnitObject

Parameters:

  • ProjectId:

    项目ID

  • Type:

    时间类型

  • TaskType:

    类型

  • TypeName:

    类型名称

  • StartTime:

    开始时间

  • EndTime:

    结束时间

  • AggregationUnit:

    聚合单元,H小时

  • CycleUnit:

    周期

  • Status:

    状态

  • InCharge:

    责任人

  • WorkflowId:

    工作流ID



11989
11990
11991
# File 'lib/v20210820/models.rb', line 11989

def CycleUnit
  @CycleUnit
end

#EndTimeObject

Parameters:

  • ProjectId:

    项目ID

  • Type:

    时间类型

  • TaskType:

    类型

  • TypeName:

    类型名称

  • StartTime:

    开始时间

  • EndTime:

    结束时间

  • AggregationUnit:

    聚合单元,H小时

  • CycleUnit:

    周期

  • Status:

    状态

  • InCharge:

    责任人

  • WorkflowId:

    工作流ID



11989
11990
11991
# File 'lib/v20210820/models.rb', line 11989

def EndTime
  @EndTime
end

#InChargeObject

Parameters:

  • ProjectId:

    项目ID

  • Type:

    时间类型

  • TaskType:

    类型

  • TypeName:

    类型名称

  • StartTime:

    开始时间

  • EndTime:

    结束时间

  • AggregationUnit:

    聚合单元,H小时

  • CycleUnit:

    周期

  • Status:

    状态

  • InCharge:

    责任人

  • WorkflowId:

    工作流ID



11989
11990
11991
# File 'lib/v20210820/models.rb', line 11989

def InCharge
  @InCharge
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • Type:

    时间类型

  • TaskType:

    类型

  • TypeName:

    类型名称

  • StartTime:

    开始时间

  • EndTime:

    结束时间

  • AggregationUnit:

    聚合单元,H小时

  • CycleUnit:

    周期

  • Status:

    状态

  • InCharge:

    责任人

  • WorkflowId:

    工作流ID



11989
11990
11991
# File 'lib/v20210820/models.rb', line 11989

def ProjectId
  @ProjectId
end

#StartTimeObject

Parameters:

  • ProjectId:

    项目ID

  • Type:

    时间类型

  • TaskType:

    类型

  • TypeName:

    类型名称

  • StartTime:

    开始时间

  • EndTime:

    结束时间

  • AggregationUnit:

    聚合单元,H小时

  • CycleUnit:

    周期

  • Status:

    状态

  • InCharge:

    责任人

  • WorkflowId:

    工作流ID



11989
11990
11991
# File 'lib/v20210820/models.rb', line 11989

def StartTime
  @StartTime
end

#StatusObject

Parameters:

  • ProjectId:

    项目ID

  • Type:

    时间类型

  • TaskType:

    类型

  • TypeName:

    类型名称

  • StartTime:

    开始时间

  • EndTime:

    结束时间

  • AggregationUnit:

    聚合单元,H小时

  • CycleUnit:

    周期

  • Status:

    状态

  • InCharge:

    责任人

  • WorkflowId:

    工作流ID



11989
11990
11991
# File 'lib/v20210820/models.rb', line 11989

def Status
  @Status
end

#TaskTypeObject

Parameters:

  • ProjectId:

    项目ID

  • Type:

    时间类型

  • TaskType:

    类型

  • TypeName:

    类型名称

  • StartTime:

    开始时间

  • EndTime:

    结束时间

  • AggregationUnit:

    聚合单元,H小时

  • CycleUnit:

    周期

  • Status:

    状态

  • InCharge:

    责任人

  • WorkflowId:

    工作流ID



11989
11990
11991
# File 'lib/v20210820/models.rb', line 11989

def TaskType
  @TaskType
end

#TypeObject

Parameters:

  • ProjectId:

    项目ID

  • Type:

    时间类型

  • TaskType:

    类型

  • TypeName:

    类型名称

  • StartTime:

    开始时间

  • EndTime:

    结束时间

  • AggregationUnit:

    聚合单元,H小时

  • CycleUnit:

    周期

  • Status:

    状态

  • InCharge:

    责任人

  • WorkflowId:

    工作流ID



11989
11990
11991
# File 'lib/v20210820/models.rb', line 11989

def Type
  @Type
end

#TypeNameObject

Parameters:

  • ProjectId:

    项目ID

  • Type:

    时间类型

  • TaskType:

    类型

  • TypeName:

    类型名称

  • StartTime:

    开始时间

  • EndTime:

    结束时间

  • AggregationUnit:

    聚合单元,H小时

  • CycleUnit:

    周期

  • Status:

    状态

  • InCharge:

    责任人

  • WorkflowId:

    工作流ID



11989
11990
11991
# File 'lib/v20210820/models.rb', line 11989

def TypeName
  @TypeName
end

#WorkflowIdObject

Parameters:

  • ProjectId:

    项目ID

  • Type:

    时间类型

  • TaskType:

    类型

  • TypeName:

    类型名称

  • StartTime:

    开始时间

  • EndTime:

    结束时间

  • AggregationUnit:

    聚合单元,H小时

  • CycleUnit:

    周期

  • Status:

    状态

  • InCharge:

    责任人

  • WorkflowId:

    工作流ID



11989
11990
11991
# File 'lib/v20210820/models.rb', line 11989

def WorkflowId
  @WorkflowId
end

Instance Method Details

#deserialize(params) ⇒ Object



12005
12006
12007
12008
12009
12010
12011
12012
12013
12014
12015
12016
12017
# File 'lib/v20210820/models.rb', line 12005

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']
end