Class: TencentCloud::Csip::V20221121::Filters

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

Overview

filter过滤条件

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, values = nil, exactmatch = nil) ⇒ Filters

Returns a new instance of Filters.



9765
9766
9767
9768
9769
# File 'lib/v20221121/models.rb', line 9765

def initialize(name=nil, values=nil, exactmatch=nil)
  @Name = name
  @Values = values
  @ExactMatch = exactmatch
end

Instance Attribute Details

#ExactMatchObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Name:

    实例ID

  • Values:

    实例ID内容

  • ExactMatch:

    模糊匹配



9763
9764
9765
# File 'lib/v20221121/models.rb', line 9763

def ExactMatch
  @ExactMatch
end

#NameObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Name:

    实例ID

  • Values:

    实例ID内容

  • ExactMatch:

    模糊匹配



9763
9764
9765
# File 'lib/v20221121/models.rb', line 9763

def Name
  @Name
end

#ValuesObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Name:

    实例ID

  • Values:

    实例ID内容

  • ExactMatch:

    模糊匹配



9763
9764
9765
# File 'lib/v20221121/models.rb', line 9763

def Values
  @Values
end

Instance Method Details

#deserialize(params) ⇒ Object



9771
9772
9773
9774
9775
# File 'lib/v20221121/models.rb', line 9771

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