Class: TencentCloud::Csip::V20221121::Filters
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::Filters
- Defined in:
- lib/v20221121/models.rb
Overview
filter过滤条件
Instance Attribute Summary collapse
-
#ExactMatch ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Values ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, values = nil, exactmatch = nil) ⇒ Filters
constructor
A new instance of Filters.
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
#ExactMatch ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
9763 9764 9765 |
# File 'lib/v20221121/models.rb', line 9763 def ExactMatch @ExactMatch end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
9763 9764 9765 |
# File 'lib/v20221121/models.rb', line 9763 def Name @Name end |
#Values ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
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 |