Class: TencentCloud::Waf::V20180125::BotActionScopeRuleEntry
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::BotActionScopeRuleEntry
- Defined in:
- lib/v20180125/models.rb
Overview
动作策略的匹配规则实体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, op = nil, value = nil, name = nil, valuearray = nil) ⇒ BotActionScopeRuleEntry
constructor
A new instance of BotActionScopeRuleEntry.
Constructor Details
#initialize(key = nil, op = nil, value = nil, name = nil, valuearray = nil) ⇒ BotActionScopeRuleEntry
Returns a new instance of BotActionScopeRuleEntry.
2086 2087 2088 2089 2090 2091 2092 |
# File 'lib/v20180125/models.rb', line 2086 def initialize(key=nil, op=nil, value=nil, name=nil, valuearray=nil) @Key = key @Op = op @Value = value @Name = name @ValueArray = valuearray end |
Instance Attribute Details
#Key ⇒ Object
2084 2085 2086 |
# File 'lib/v20180125/models.rb', line 2084 def Key @Key end |
#Name ⇒ Object
2084 2085 2086 |
# File 'lib/v20180125/models.rb', line 2084 def Name @Name end |
#Op ⇒ Object
2084 2085 2086 |
# File 'lib/v20180125/models.rb', line 2084 def Op @Op end |
#Value ⇒ Object
2084 2085 2086 |
# File 'lib/v20180125/models.rb', line 2084 def Value @Value end |
#ValueArray ⇒ Object
2084 2085 2086 |
# File 'lib/v20180125/models.rb', line 2084 def ValueArray @ValueArray end |
Instance Method Details
#deserialize(params) ⇒ Object
2094 2095 2096 2097 2098 2099 2100 |
# File 'lib/v20180125/models.rb', line 2094 def deserialize(params) @Key = params['Key'] @Op = params['Op'] @Value = params['Value'] @Name = params['Name'] @ValueArray = params['ValueArray'] end |