Class: TencentCloud::Monitor::V20180724::MidQueryCondition
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::MidQueryCondition
- Defined in:
- lib/v20180724/models.rb
Overview
DescribeMidDimensionValueList的查询条件
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, operator = nil, value = nil) ⇒ MidQueryCondition
constructor
A new instance of MidQueryCondition.
Constructor Details
#initialize(key = nil, operator = nil, value = nil) ⇒ MidQueryCondition
Returns a new instance of MidQueryCondition.
11294 11295 11296 11297 11298 |
# File 'lib/v20180724/models.rb', line 11294 def initialize(key=nil, operator=nil, value=nil) @Key = key @Operator = operator @Value = value end |
Instance Attribute Details
#Key ⇒ Object
11292 11293 11294 |
# File 'lib/v20180724/models.rb', line 11292 def Key @Key end |
#Operator ⇒ Object
11292 11293 11294 |
# File 'lib/v20180724/models.rb', line 11292 def Operator @Operator end |
#Value ⇒ Object
11292 11293 11294 |
# File 'lib/v20180724/models.rb', line 11292 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
11300 11301 11302 11303 11304 |
# File 'lib/v20180724/models.rb', line 11300 def deserialize(params) @Key = params['Key'] @Operator = params['Operator'] @Value = params['Value'] end |