Class: TencentCloud::Cdb::V20170320::AggregationCondition
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::AggregationCondition
- Defined in:
- lib/v20170320/models.rb
Overview
审计日志聚合条件
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(aggregationfield = nil, offset = nil, limit = nil) ⇒ AggregationCondition
constructor
A new instance of AggregationCondition.
Constructor Details
#initialize(aggregationfield = nil, offset = nil, limit = nil) ⇒ AggregationCondition
Returns a new instance of AggregationCondition.
369 370 371 372 373 |
# File 'lib/v20170320/models.rb', line 369 def initialize(aggregationfield=nil, offset=nil, limit=nil) @AggregationField = aggregationfield @Offset = offset @Limit = limit end |
Instance Attribute Details
#AggregationField ⇒ Object
367 368 369 |
# File 'lib/v20170320/models.rb', line 367 def AggregationField @AggregationField end |
#Limit ⇒ Object
367 368 369 |
# File 'lib/v20170320/models.rb', line 367 def Limit @Limit end |
#Offset ⇒ Object
367 368 369 |
# File 'lib/v20170320/models.rb', line 367 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
375 376 377 378 379 |
# File 'lib/v20170320/models.rb', line 375 def deserialize(params) @AggregationField = params['AggregationField'] @Offset = params['Offset'] @Limit = params['Limit'] end |