Class CustomListGroup
Details of custom list group. All custom list targeting settings are logically ‘OR’ of each other.
Inheritance
System.Object
CustomListGroup
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class CustomListGroup : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Settings
Required. All custom list targeting settings in custom list group. Repeated settings with same id will be ignored.
Declaration
[JsonProperty("settings")]
public virtual IList<CustomListTargetingSetting> Settings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<CustomListTargetingSetting> |
Implements
Google.Apis.Requests.IDirectResponseSchema