Class: TencentCloud::Wedata::V20210820::DescribeSchedulerRunTimeInstanceCntByStatusRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeSchedulerRunTimeInstanceCntByStatusRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeSchedulerRunTimeInstanceCntByStatus请求参数结构体
Instance Attribute Summary collapse
- #CycleUnit ⇒ Object
- #EndTime ⇒ Object
- #InCharge ⇒ Object
- #ProjectId ⇒ Object
- #ProjectIds ⇒ Object
- #SortItem ⇒ Object
- #SortType ⇒ Object
- #StartTime ⇒ Object
- #TaskType ⇒ Object
- #TimeUnit ⇒ Object
- #WorkflowId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, cycleunit = nil, timeunit = nil, starttime = nil, endtime = nil, tasktype = nil, incharge = nil, workflowid = nil, sortitem = nil, sorttype = nil, projectids = nil) ⇒ DescribeSchedulerRunTimeInstanceCntByStatusRequest
constructor
A new instance of DescribeSchedulerRunTimeInstanceCntByStatusRequest.
Constructor Details
#initialize(projectid = nil, cycleunit = nil, timeunit = nil, starttime = nil, endtime = nil, tasktype = nil, incharge = nil, workflowid = nil, sortitem = nil, sorttype = nil, projectids = nil) ⇒ DescribeSchedulerRunTimeInstanceCntByStatusRequest
Returns a new instance of DescribeSchedulerRunTimeInstanceCntByStatusRequest.
15043 15044 15045 15046 15047 15048 15049 15050 15051 15052 15053 15054 15055 |
# File 'lib/v20210820/models.rb', line 15043 def initialize(projectid=nil, cycleunit=nil, timeunit=nil, starttime=nil, endtime=nil, tasktype=nil, incharge=nil, workflowid=nil, sortitem=nil, sorttype=nil, projectids=nil) @ProjectId = projectid @CycleUnit = cycleunit @TimeUnit = timeunit @StartTime = starttime @EndTime = endtime @TaskType = tasktype @InCharge = incharge @WorkflowId = workflowid @SortItem = sortitem @SortType = sorttype @ProjectIds = projectids end |
Instance Attribute Details
#CycleUnit ⇒ Object
15041 15042 15043 |
# File 'lib/v20210820/models.rb', line 15041 def CycleUnit @CycleUnit end |
#EndTime ⇒ Object
15041 15042 15043 |
# File 'lib/v20210820/models.rb', line 15041 def EndTime @EndTime end |
#InCharge ⇒ Object
15041 15042 15043 |
# File 'lib/v20210820/models.rb', line 15041 def InCharge @InCharge end |
#ProjectId ⇒ Object
15041 15042 15043 |
# File 'lib/v20210820/models.rb', line 15041 def ProjectId @ProjectId end |
#ProjectIds ⇒ Object
15041 15042 15043 |
# File 'lib/v20210820/models.rb', line 15041 def ProjectIds @ProjectIds end |
#SortItem ⇒ Object
15041 15042 15043 |
# File 'lib/v20210820/models.rb', line 15041 def SortItem @SortItem end |
#SortType ⇒ Object
15041 15042 15043 |
# File 'lib/v20210820/models.rb', line 15041 def SortType @SortType end |
#StartTime ⇒ Object
15041 15042 15043 |
# File 'lib/v20210820/models.rb', line 15041 def StartTime @StartTime end |
#TaskType ⇒ Object
15041 15042 15043 |
# File 'lib/v20210820/models.rb', line 15041 def TaskType @TaskType end |
#TimeUnit ⇒ Object
15041 15042 15043 |
# File 'lib/v20210820/models.rb', line 15041 def TimeUnit @TimeUnit end |
#WorkflowId ⇒ Object
15041 15042 15043 |
# File 'lib/v20210820/models.rb', line 15041 def WorkflowId @WorkflowId end |
Instance Method Details
#deserialize(params) ⇒ Object
15057 15058 15059 15060 15061 15062 15063 15064 15065 15066 15067 15068 15069 |
# File 'lib/v20210820/models.rb', line 15057 def deserialize(params) @ProjectId = params['ProjectId'] @CycleUnit = params['CycleUnit'] @TimeUnit = params['TimeUnit'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @TaskType = params['TaskType'] @InCharge = params['InCharge'] @WorkflowId = params['WorkflowId'] @SortItem = params['SortItem'] @SortType = params['SortType'] @ProjectIds = params['ProjectIds'] end |