Show / Hide Table of Contents

Class AdPolicyTopicConstraint

Details on ad serving constraints.

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

Properties

CertificateDomainMismatchCountryList

Countries where the resource's domain is not covered by the certificates associated with it.

Declaration
[JsonProperty("certificateDomainMismatchCountryList")]
public virtual AdPolicyTopicConstraintAdPolicyCountryConstraintList CertificateDomainMismatchCountryList { get; set; }
Property Value
Type Description
AdPolicyTopicConstraintAdPolicyCountryConstraintList

CertificateMissingCountryList

Countries where a certificate is required for serving.

Declaration
[JsonProperty("certificateMissingCountryList")]
public virtual AdPolicyTopicConstraintAdPolicyCountryConstraintList CertificateMissingCountryList { get; set; }
Property Value
Type Description
AdPolicyTopicConstraintAdPolicyCountryConstraintList

CountryConstraint

Countries where the ad cannot serve.

Declaration
[JsonProperty("countryConstraint")]
public virtual AdPolicyTopicConstraintAdPolicyCountryConstraintList CountryConstraint { get; set; }
Property Value
Type Description
AdPolicyTopicConstraintAdPolicyCountryConstraintList

ETag

The ETag of the item.

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

GlobalCertificateDomainMismatch

Certificate is required to serve in any country and the existing certificate does not cover the ad's domain.

Declaration
[JsonProperty("globalCertificateDomainMismatch")]
public virtual AdPolicyTopicConstraintAdPolicyGlobalCertificateDomainMismatchConstraint GlobalCertificateDomainMismatch { get; set; }
Property Value
Type Description
AdPolicyTopicConstraintAdPolicyGlobalCertificateDomainMismatchConstraint

GlobalCertificateMissing

Certificate is required to serve in any country.

Declaration
[JsonProperty("globalCertificateMissing")]
public virtual AdPolicyTopicConstraintAdPolicyGlobalCertificateMissingConstraint GlobalCertificateMissing { get; set; }
Property Value
Type Description
AdPolicyTopicConstraintAdPolicyGlobalCertificateMissingConstraint

RequestCertificateFormLink

Link to the form to request a certificate for the constraint.

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

ResellerConstraint

Reseller constraint.

Declaration
[JsonProperty("resellerConstraint")]
public virtual AdPolicyTopicConstraintAdPolicyResellerConstraint ResellerConstraint { get; set; }
Property Value
Type Description
AdPolicyTopicConstraintAdPolicyResellerConstraint

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX