Show / Hide Table of Contents

Class GoogleAudienceGroup

Details of Google audience group. All Google audience targeting settings are logically ‘OR’ of each other.

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

Properties

ETag

The ETag of the item.

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

Settings

Required. All Google audience targeting settings in Google audience group. Repeated settings with the same id will be ignored.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX