Class SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Op
The match operator for the field.
Declaration
[JsonProperty("op")]
public virtual string Op { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Val
The value of the field.
Declaration
[JsonProperty("val")]
public virtual string Val { get; set; }
Property Value
| Type | Description |
|---|---|
| string |