Class: TencentCloud::Ess::V20201111::Filter

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

Overview

查询过滤条件

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil, values = nil) ⇒ Filter

Returns a new instance of Filter.



12867
12868
12869
12870
# File 'lib/v20201111/models.rb', line 12867

def initialize(key=nil, values=nil)
  @Key = key
  @Values = values
end

Instance Attribute Details

#KeyObject

Parameters:

  • Key:

    查询过滤条件的Key

  • Values:

    查询过滤条件的Value列表



12865
12866
12867
# File 'lib/v20201111/models.rb', line 12865

def Key
  @Key
end

#ValuesObject

Parameters:

  • Key:

    查询过滤条件的Key

  • Values:

    查询过滤条件的Value列表



12865
12866
12867
# File 'lib/v20201111/models.rb', line 12865

def Values
  @Values
end

Instance Method Details

#deserialize(params) ⇒ Object



12872
12873
12874
12875
# File 'lib/v20201111/models.rb', line 12872

def deserialize(params)
  @Key = params['Key']
  @Values = params['Values']
end