Class: TencentCloud::Monitor::V20180724::Filter
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::Filter
- Defined in:
- lib/v20180724/models.rb
Overview
查询过滤参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, key = nil, value = nil, name = nil, values = nil) ⇒ Filter
constructor
A new instance of Filter.
Constructor Details
#initialize(type = nil, key = nil, value = nil, name = nil, values = nil) ⇒ Filter
Returns a new instance of Filter.
10144 10145 10146 10147 10148 10149 10150 |
# File 'lib/v20180724/models.rb', line 10144 def initialize(type=nil, key=nil, value=nil, name=nil, values=nil) @Type = type @Key = key @Value = value @Name = name @Values = values end |
Instance Attribute Details
#Key ⇒ Object
10142 10143 10144 |
# File 'lib/v20180724/models.rb', line 10142 def Key @Key end |
#Name ⇒ Object
10142 10143 10144 |
# File 'lib/v20180724/models.rb', line 10142 def Name @Name end |
#Type ⇒ Object
10142 10143 10144 |
# File 'lib/v20180724/models.rb', line 10142 def Type @Type end |
#Value ⇒ Object
10142 10143 10144 |
# File 'lib/v20180724/models.rb', line 10142 def Value @Value end |
#Values ⇒ Object
10142 10143 10144 |
# File 'lib/v20180724/models.rb', line 10142 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
10152 10153 10154 10155 10156 10157 10158 |
# File 'lib/v20180724/models.rb', line 10152 def deserialize(params) @Type = params['Type'] @Key = params['Key'] @Value = params['Value'] @Name = params['Name'] @Values = params['Values'] end |