Show / Hide Table of Contents

Class AdPolicyTopicEntry

An entry describing how an ad has been identified as relating to an ad policy.

Inheritance
object
AdPolicyTopicEntry
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 AdPolicyTopicEntry : IDirectResponseSchema

Properties

AppealInfo

Information on how to appeal the policy decision.

Declaration
[JsonProperty("appealInfo")]
public virtual AdPolicyTopicAppealInfo AppealInfo { get; set; }
Property Value
Type Description
AdPolicyTopicAppealInfo

ETag

The ETag of the item.

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

HelpCenterLink

Ad policy help center link for the policy topic.

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

PolicyDecisionType

The source of the policy decision.

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

PolicyEnforcementMeans

The policy enforcement means used in the policy review.

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

PolicyLabel

Localized label text for policy. Examples include "Trademarks in text", "Contains Alcohol", etc.

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

PolicyTopic

The policy topic. Examples include "TRADEMARKS", "ALCOHOL", etc.

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

PolicyTopicConstraints

The serving constraints relevant to the policy decision.

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

PolicyTopicDescription

A short summary description of the policy topic.

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

PolicyTopicEvidences

The evidence used in the policy decision.

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

PolicyTopicType

How ad serving will be affected due to the relation to the ad policy topic.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX