Class: TencentCloud::Wedata::V20210820::DescribeExecutorGroupMetricRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeExecutorGroupMetricRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeExecutorGroupMetric请求参数结构体
Instance Attribute Summary collapse
- #ExecutorGroupId ⇒ Object
- #ExecutorGroupType ⇒ Object
- #ExecutorResourceType ⇒ Object
- #Granularity ⇒ Object
- #LoaderId ⇒ Object
- #MetricType ⇒ Object
- #TrendEndTime ⇒ Object
- #TrendStartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(executorgroupid = nil, trendstarttime = nil, trendendtime = nil, executorgrouptype = nil, executorresourcetype = nil, loaderid = nil, metrictype = nil, granularity = nil) ⇒ DescribeExecutorGroupMetricRequest
constructor
A new instance of DescribeExecutorGroupMetricRequest.
Constructor Details
#initialize(executorgroupid = nil, trendstarttime = nil, trendendtime = nil, executorgrouptype = nil, executorresourcetype = nil, loaderid = nil, metrictype = nil, granularity = nil) ⇒ DescribeExecutorGroupMetricRequest
Returns a new instance of DescribeExecutorGroupMetricRequest.
10562 10563 10564 10565 10566 10567 10568 10569 10570 10571 |
# File 'lib/v20210820/models.rb', line 10562 def initialize(executorgroupid=nil, trendstarttime=nil, trendendtime=nil, executorgrouptype=nil, executorresourcetype=nil, loaderid=nil, metrictype=nil, granularity=nil) @ExecutorGroupId = executorgroupid @TrendStartTime = trendstarttime @TrendEndTime = trendendtime @ExecutorGroupType = executorgrouptype @ExecutorResourceType = executorresourcetype @LoaderId = loaderid @MetricType = metrictype @Granularity = granularity end |
Instance Attribute Details
#ExecutorGroupId ⇒ Object
10560 10561 10562 |
# File 'lib/v20210820/models.rb', line 10560 def ExecutorGroupId @ExecutorGroupId end |
#ExecutorGroupType ⇒ Object
10560 10561 10562 |
# File 'lib/v20210820/models.rb', line 10560 def ExecutorGroupType @ExecutorGroupType end |
#ExecutorResourceType ⇒ Object
10560 10561 10562 |
# File 'lib/v20210820/models.rb', line 10560 def ExecutorResourceType @ExecutorResourceType end |
#Granularity ⇒ Object
10560 10561 10562 |
# File 'lib/v20210820/models.rb', line 10560 def Granularity @Granularity end |
#LoaderId ⇒ Object
10560 10561 10562 |
# File 'lib/v20210820/models.rb', line 10560 def LoaderId @LoaderId end |
#MetricType ⇒ Object
10560 10561 10562 |
# File 'lib/v20210820/models.rb', line 10560 def MetricType @MetricType end |
#TrendEndTime ⇒ Object
10560 10561 10562 |
# File 'lib/v20210820/models.rb', line 10560 def TrendEndTime @TrendEndTime end |
#TrendStartTime ⇒ Object
10560 10561 10562 |
# File 'lib/v20210820/models.rb', line 10560 def TrendStartTime @TrendStartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
10573 10574 10575 10576 10577 10578 10579 10580 10581 10582 |
# File 'lib/v20210820/models.rb', line 10573 def deserialize(params) @ExecutorGroupId = params['ExecutorGroupId'] @TrendStartTime = params['TrendStartTime'] @TrendEndTime = params['TrendEndTime'] @ExecutorGroupType = params['ExecutorGroupType'] @ExecutorResourceType = params['ExecutorResourceType'] @LoaderId = params['LoaderId'] @MetricType = params['MetricType'] @Granularity = params['Granularity'] end |