Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonPolicyViolationKey

Key of the violation. The key is used for referring to a violation when filing an exemption request.

Inheritance
object
GoogleAdsSearchads360V23CommonPolicyViolationKey
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V23CommonPolicyViolationKey : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PolicyName

Unique ID of the violated policy.

Declaration
[JsonProperty("policyName")]
public virtual string PolicyName { get; set; }
Property Value
Type Description
string

ViolatingText

The text that violates the policy if specified. Otherwise, refers to the policy in general (for example, when requesting to be exempt from the whole policy). If not specified for criterion exemptions, the whole policy is implied. Must be specified for ad exemptions.

Declaration
[JsonProperty("violatingText")]
public virtual string ViolatingText { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX