Class CombinedAudienceGroup
Details of combined audience group. All combined audience targeting settings are logically ‘OR’ of each other.
Implements
Inherited Members
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 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> |