Show / Hide Table of Contents

Class CombinedAudienceGroup

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

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

Properties

ETag

The ETag of the item.

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

Settings

Required. All combined audience targeting settings in combined audience group. Repeated settings with the same id will be ignored. The number of combined audience settings should be no more than five, error will be thrown otherwise.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX