Show / Hide Table of Contents

Class AdPolicy

A single ad policy associated with an ad group ad.

Inheritance
object
AdPolicy
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.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class AdPolicy : IDirectResponseSchema

Properties

AdPolicyApprovalStatus

The policy approval status of an ad, indicating the approval decision.

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

AdPolicyReviewStatus

The policy review status of an ad, indicating where in the review process the ad is currently.

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

AdPolicyTopicEntry

The entries for each policy topic identified as relating to the ad. Each entry includes the topic, restriction level, and guidance on how to fix policy issues.

Declaration
[JsonProperty("adPolicyTopicEntry")]
public virtual IList<AdPolicyTopicEntry> AdPolicyTopicEntry { get; set; }
Property Value
Type Description
IList<AdPolicyTopicEntry>

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX