Class: TencentCloud::Cls::V20201016::GroupTriggerConditionInfo

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

Overview

分组触发条件

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Parameters:

  • Key: —

    分组触发字段名称

  • Value: —

    分组触发字段值



11538
11539
11540
# File 'lib/v20201016/models.rb', line 11538

def Key
  @Key
end

#Value ⇒ Object

Parameters:

  • Key: —

    分组触发字段名称

  • Value: —

    分组触发字段值



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