Class GoogleAdsSearchads360V23ErrorsPolicyViolationDetails
Error returned as part of a mutate response. This error indicates single policy violation by some text in one of the fields.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V23ErrorsPolicyViolationDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExternalPolicyDescription
Human readable description of policy violation.
Declaration
[JsonProperty("externalPolicyDescription")]
public virtual string ExternalPolicyDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExternalPolicyName
Human readable name of the policy.
Declaration
[JsonProperty("externalPolicyName")]
public virtual string ExternalPolicyName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsExemptible
Whether user can file an exemption request for this violation.
Declaration
[JsonProperty("isExemptible")]
public virtual bool? IsExemptible { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Key
Unique identifier for this violation. If policy is exemptible, this key may be used to request exemption.
Declaration
[JsonProperty("key")]
public virtual GoogleAdsSearchads360V23CommonPolicyViolationKey Key { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonPolicyViolationKey |