Class: TencentCloud::Waf::V20180125::BotSceneMatchCondition
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::BotSceneMatchCondition
- 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) ⇒ BotSceneMatchCondition
constructor
A new instance of BotSceneMatchCondition.
Constructor Details
#initialize(key = nil, op = nil, value = nil, name = nil, valuearray = nil) ⇒ BotSceneMatchCondition
Returns a new instance of BotSceneMatchCondition.
2525 2526 2527 2528 2529 2530 2531 |
# File 'lib/v20180125/models.rb', line 2525 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
2523 2524 2525 |
# File 'lib/v20180125/models.rb', line 2523 def Key @Key end |
#Name ⇒ Object
2523 2524 2525 |
# File 'lib/v20180125/models.rb', line 2523 def Name @Name end |
#Op ⇒ Object
2523 2524 2525 |
# File 'lib/v20180125/models.rb', line 2523 def Op @Op end |
#Value ⇒ Object
2523 2524 2525 |
# File 'lib/v20180125/models.rb', line 2523 def Value @Value end |
#ValueArray ⇒ Object
2523 2524 2525 |
# File 'lib/v20180125/models.rb', line 2523 def ValueArray @ValueArray end |
Instance Method Details
#deserialize(params) ⇒ Object
2533 2534 2535 2536 2537 2538 2539 |
# File 'lib/v20180125/models.rb', line 2533 def deserialize(params) @Key = params['Key'] @Op = params['Op'] @Value = params['Value'] @Name = params['Name'] @ValueArray = params['ValueArray'] end |