Show / Hide Table of Contents

Class FirstPartyAndPartnerAudienceGroup

Details of first party and partner audience group. All first party and partner audience targeting settings are logically ‘OR’ of each other.

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

Properties

ETag

The ETag of the item.

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

Settings

Required. All first party and partner audience targeting settings in first party and partner audience group. Repeated settings with the same id are not allowed.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX