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.
15253 15254 15255 15256 15257 15258 15259 15260 15261 15262 15263 15264 15265 15266 15267 15268 15269 15270 |
# File 'lib/v20210820/models.rb', line 15253 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
15251 15252 15253 |
# File 'lib/v20210820/models.rb', line 15251 def AggregationUnit @AggregationUnit end |
#AverageWindowSize ⇒ Object
15251 15252 15253 |
# File 'lib/v20210820/models.rb', line 15251 def AverageWindowSize @AverageWindowSize end |
#EndTime ⇒ Object
15251 15252 15253 |
# File 'lib/v20210820/models.rb', line 15251 def EndTime @EndTime end |
#ExecutionGroupId ⇒ Object
15251 15252 15253 |
# File 'lib/v20210820/models.rb', line 15251 def ExecutionGroupId @ExecutionGroupId end |
#ExecutionGroupName ⇒ Object
15251 15252 15253 |
# File 'lib/v20210820/models.rb', line 15251 def ExecutionGroupName @ExecutionGroupName end |
#InCharge ⇒ Object
15251 15252 15253 |
# File 'lib/v20210820/models.rb', line 15251 def InCharge @InCharge end |
#ProjectId ⇒ Object
15251 15252 15253 |
# File 'lib/v20210820/models.rb', line 15251 def ProjectId @ProjectId end |
#ProjectIds ⇒ Object
15251 15252 15253 |
# File 'lib/v20210820/models.rb', line 15251 def ProjectIds @ProjectIds end |
#StartTime ⇒ Object
15251 15252 15253 |
# File 'lib/v20210820/models.rb', line 15251 def StartTime @StartTime end |
#StateList ⇒ Object
15251 15252 15253 |
# File 'lib/v20210820/models.rb', line 15251 def StateList @StateList end |
#TaskType ⇒ Object
15251 15252 15253 |
# File 'lib/v20210820/models.rb', line 15251 def TaskType @TaskType end |
#TaskTypeId ⇒ Object
15251 15252 15253 |
# File 'lib/v20210820/models.rb', line 15251 def TaskTypeId @TaskTypeId end |
#TimePoint ⇒ Object
15251 15252 15253 |
# File 'lib/v20210820/models.rb', line 15251 def TimePoint @TimePoint end |
#TimeType ⇒ Object
15251 15252 15253 |
# File 'lib/v20210820/models.rb', line 15251 def TimeType @TimeType end |
#TypeName ⇒ Object
15251 15252 15253 |
# File 'lib/v20210820/models.rb', line 15251 def TypeName @TypeName end |
#WorkflowId ⇒ Object
15251 15252 15253 |
# File 'lib/v20210820/models.rb', line 15251 def WorkflowId @WorkflowId end |
Instance Method Details
#deserialize(params) ⇒ Object
15272 15273 15274 15275 15276 15277 15278 15279 15280 15281 15282 15283 15284 15285 15286 15287 15288 15289 |
# File 'lib/v20210820/models.rb', line 15272 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 |