Class: TencentCloud::Wedata::V20210820::DescribeStatisticInstanceStatusTrendOpsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeStatisticInstanceStatusTrendOpsRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeStatisticInstanceStatusTrendOps请求参数结构体
Instance Attribute Summary collapse
- #AggregationUnit ⇒ Object
- #AverageWindowSize ⇒ Object
- #EndTime ⇒ Object
- #ExecutionGroupId ⇒ Object
- #ExecutionGroupName ⇒ Object
- #InCharge ⇒ Object
- #ProjectId ⇒ Object
- #ProjectIds ⇒ Object
- #StartTime ⇒ Object
- #StateList ⇒ Object
- #TaskType ⇒ Object
- #TaskTypeId ⇒ Object
- #TimePoint ⇒ Object
- #TimeType ⇒ Object
- #TypeName ⇒ Object
- #WorkflowId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, tasktypeid = nil, timetype = nil, typename = nil, starttime = nil, endtime = nil, executiongroupid = nil, executiongroupname = nil, incharge = nil, tasktype = nil, statelist = nil, aggregationunit = nil, averagewindowsize = nil, workflowid = nil, projectids = nil, timepoint = nil) ⇒ DescribeStatisticInstanceStatusTrendOpsRequest
constructor
A new instance of DescribeStatisticInstanceStatusTrendOpsRequest.
Constructor Details
#initialize(projectid = nil, tasktypeid = nil, timetype = nil, typename = nil, starttime = nil, endtime = nil, executiongroupid = nil, executiongroupname = nil, incharge = nil, tasktype = nil, statelist = nil, aggregationunit = nil, averagewindowsize = nil, workflowid = nil, projectids = nil, timepoint = nil) ⇒ DescribeStatisticInstanceStatusTrendOpsRequest
Returns a new instance of DescribeStatisticInstanceStatusTrendOpsRequest.
15336 15337 15338 15339 15340 15341 15342 15343 15344 15345 15346 15347 15348 15349 15350 15351 15352 15353 |
# File 'lib/v20210820/models.rb', line 15336 def initialize(projectid=nil, tasktypeid=nil, timetype=nil, typename=nil, starttime=nil, endtime=nil, executiongroupid=nil, executiongroupname=nil, incharge=nil, tasktype=nil, statelist=nil, aggregationunit=nil, averagewindowsize=nil, workflowid=nil, projectids=nil, timepoint=nil) @ProjectId = projectid @TaskTypeId = tasktypeid @TimeType = timetype @TypeName = typename @StartTime = starttime @EndTime = endtime @ExecutionGroupId = executiongroupid @ExecutionGroupName = executiongroupname @InCharge = incharge @TaskType = tasktype @StateList = statelist @AggregationUnit = aggregationunit @AverageWindowSize = averagewindowsize @WorkflowId = workflowid @ProjectIds = projectids @TimePoint = timepoint end |
Instance Attribute Details
#AggregationUnit ⇒ Object
15334 15335 15336 |
# File 'lib/v20210820/models.rb', line 15334 def AggregationUnit @AggregationUnit end |
#AverageWindowSize ⇒ Object
15334 15335 15336 |
# File 'lib/v20210820/models.rb', line 15334 def AverageWindowSize @AverageWindowSize end |
#EndTime ⇒ Object
15334 15335 15336 |
# File 'lib/v20210820/models.rb', line 15334 def EndTime @EndTime end |
#ExecutionGroupId ⇒ Object
15334 15335 15336 |
# File 'lib/v20210820/models.rb', line 15334 def ExecutionGroupId @ExecutionGroupId end |
#ExecutionGroupName ⇒ Object
15334 15335 15336 |
# File 'lib/v20210820/models.rb', line 15334 def ExecutionGroupName @ExecutionGroupName end |
#InCharge ⇒ Object
15334 15335 15336 |
# File 'lib/v20210820/models.rb', line 15334 def InCharge @InCharge end |
#ProjectId ⇒ Object
15334 15335 15336 |
# File 'lib/v20210820/models.rb', line 15334 def ProjectId @ProjectId end |
#ProjectIds ⇒ Object
15334 15335 15336 |
# File 'lib/v20210820/models.rb', line 15334 def ProjectIds @ProjectIds end |
#StartTime ⇒ Object
15334 15335 15336 |
# File 'lib/v20210820/models.rb', line 15334 def StartTime @StartTime end |
#StateList ⇒ Object
15334 15335 15336 |
# File 'lib/v20210820/models.rb', line 15334 def StateList @StateList end |
#TaskType ⇒ Object
15334 15335 15336 |
# File 'lib/v20210820/models.rb', line 15334 def TaskType @TaskType end |
#TaskTypeId ⇒ Object
15334 15335 15336 |
# File 'lib/v20210820/models.rb', line 15334 def TaskTypeId @TaskTypeId end |
#TimePoint ⇒ Object
15334 15335 15336 |
# File 'lib/v20210820/models.rb', line 15334 def TimePoint @TimePoint end |
#TimeType ⇒ Object
15334 15335 15336 |
# File 'lib/v20210820/models.rb', line 15334 def TimeType @TimeType end |
#TypeName ⇒ Object
15334 15335 15336 |
# File 'lib/v20210820/models.rb', line 15334 def TypeName @TypeName end |
#WorkflowId ⇒ Object
15334 15335 15336 |
# File 'lib/v20210820/models.rb', line 15334 def WorkflowId @WorkflowId end |
Instance Method Details
#deserialize(params) ⇒ Object
15355 15356 15357 15358 15359 15360 15361 15362 15363 15364 15365 15366 15367 15368 15369 15370 15371 15372 |
# File 'lib/v20210820/models.rb', line 15355 def deserialize(params) @ProjectId = params['ProjectId'] @TaskTypeId = params['TaskTypeId'] @TimeType = params['TimeType'] @TypeName = params['TypeName'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @ExecutionGroupId = params['ExecutionGroupId'] @ExecutionGroupName = params['ExecutionGroupName'] @InCharge = params['InCharge'] @TaskType = params['TaskType'] @StateList = params['StateList'] @AggregationUnit = params['AggregationUnit'] @AverageWindowSize = params['AverageWindowSize'] @WorkflowId = params['WorkflowId'] @ProjectIds = params['ProjectIds'] @TimePoint = params['TimePoint'] end |