Class: TencentCloud::Cdn::V20180606::ParamFilterRule
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::ParamFilterRule
- Defined in:
- lib/v20180606/models.rb
Overview
参数黑名单规则
Instance Attribute Summary collapse
-
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ReturnCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Values ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, values = nil, returncode = nil) ⇒ ParamFilterRule
constructor
A new instance of ParamFilterRule.
Constructor Details
#initialize(key = nil, values = nil, returncode = nil) ⇒ ParamFilterRule
Returns a new instance of ParamFilterRule.
7942 7943 7944 7945 7946 |
# File 'lib/v20180606/models.rb', line 7942 def initialize(key=nil, values=nil, returncode=nil) @Key = key @Values = values @ReturnCode = returncode end |
Instance Attribute Details
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
7940 7941 7942 |
# File 'lib/v20180606/models.rb', line 7940 def Key @Key end |
#ReturnCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
7940 7941 7942 |
# File 'lib/v20180606/models.rb', line 7940 def ReturnCode @ReturnCode end |
#Values ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
7940 7941 7942 |
# File 'lib/v20180606/models.rb', line 7940 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
7948 7949 7950 7951 7952 |
# File 'lib/v20180606/models.rb', line 7948 def deserialize(params) @Key = params['Key'] @Values = params['Values'] @ReturnCode = params['ReturnCode'] end |