Class: TencentCloud::Cls::V20201016::GroupTriggerConditionInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::GroupTriggerConditionInfo
- Defined in:
- lib/v20201016/models.rb
Overview
分组触发条件
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ GroupTriggerConditionInfo
constructor
A new instance of GroupTriggerConditionInfo.
Constructor Details
#initialize(key = nil, value = nil) ⇒ GroupTriggerConditionInfo
Returns a new instance of GroupTriggerConditionInfo.
11540 11541 11542 11543 |
# File 'lib/v20201016/models.rb', line 11540 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
11538 11539 11540 |
# File 'lib/v20201016/models.rb', line 11538 def Key @Key end |
#Value ⇒ Object
11538 11539 11540 |
# File 'lib/v20201016/models.rb', line 11538 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
11545 11546 11547 11548 |
# File 'lib/v20201016/models.rb', line 11545 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |