Show / Hide Table of Contents

Class ThirdPartyVerifierAssignedTargetingOptionDetails

Assigned third party verifier targeting option details. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_THIRD_PARTY_VERIFIER.

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

Properties

Adloox

Third party brand verifier -- Adloox.

Declaration
[JsonProperty("adloox")]
public virtual Adloox Adloox { get; set; }
Property Value
Type Description
Adloox

DoubleVerify

Third party brand verifier -- DoubleVerify.

Declaration
[JsonProperty("doubleVerify")]
public virtual DoubleVerify DoubleVerify { get; set; }
Property Value
Type Description
DoubleVerify

ETag

The ETag of the item.

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

IntegralAdScience

Third party brand verifier -- Integral Ad Science.

Declaration
[JsonProperty("integralAdScience")]
public virtual IntegralAdScience IntegralAdScience { get; set; }
Property Value
Type Description
IntegralAdScience

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX