Class: TencentCloud::Dbbrain::V20210527::DescribeIndexRecommendAggregationSlowLogsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::DescribeIndexRecommendAggregationSlowLogsResponse
- Defined in:
- lib/v20210527/models.rb
Overview
DescribeIndexRecommendAggregationSlowLogs返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(aggregation = nil, requestid = nil) ⇒ DescribeIndexRecommendAggregationSlowLogsResponse
constructor
A new instance of DescribeIndexRecommendAggregationSlowLogsResponse.
Constructor Details
#initialize(aggregation = nil, requestid = nil) ⇒ DescribeIndexRecommendAggregationSlowLogsResponse
Returns a new instance of DescribeIndexRecommendAggregationSlowLogsResponse.
2856 2857 2858 2859 |
# File 'lib/v20210527/models.rb', line 2856 def initialize(aggregation=nil, requestid=nil) @Aggregation = aggregation @RequestId = requestid end |
Instance Attribute Details
#Aggregation ⇒ Object
2854 2855 2856 |
# File 'lib/v20210527/models.rb', line 2854 def Aggregation @Aggregation end |
#RequestId ⇒ Object
2854 2855 2856 |
# File 'lib/v20210527/models.rb', line 2854 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2861 2862 2863 2864 2865 2866 2867 |
# File 'lib/v20210527/models.rb', line 2861 def deserialize(params) unless params['Aggregation'].nil? @Aggregation = Aggregation.new @Aggregation.deserialize(params['Aggregation']) end @RequestId = params['RequestId'] end |