Class: TencentCloud::Waf::V20180125::ParamCompareList
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::ParamCompareList
- Defined in:
- lib/v20180125/models.rb
Overview
bot-自定义规则请求参数比对结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ ParamCompareList
constructor
A new instance of ParamCompareList.
Constructor Details
#initialize(key = nil, value = nil) ⇒ ParamCompareList
17055 17056 17057 17058 |
# File 'lib/v20180125/models.rb', line 17055 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
17053 17054 17055 |
# File 'lib/v20180125/models.rb', line 17053 def Key @Key end |
#Value ⇒ Object
17053 17054 17055 |
# File 'lib/v20180125/models.rb', line 17053 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
17060 17061 17062 17063 |
# File 'lib/v20180125/models.rb', line 17060 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |