Class: TencentCloud::Waf::V20180125::ParamCompareList

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180125/models.rb

Overview

bot-自定义规则请求参数比对结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#KeyObject



17053
17054
17055
# File 'lib/v20180125/models.rb', line 17053

def Key
  @Key
end

#ValueObject



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