Show / Hide Table of Contents

Class FirstAndThirdPartyAudienceGroup

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

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

Properties

ETag

The ETag of the item.

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

Settings

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

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX