Class MobileDeviceIdList
Wrapper message for a list of mobile device IDs defining Customer Match audience members.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class MobileDeviceIdList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MobileDeviceIds
A list of mobile device IDs defining Customer Match audience members. The size of mobile_device_ids mustn't be greater than 500,000.
Declaration
[JsonProperty("mobileDeviceIds")]
public virtual IList<string> MobileDeviceIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |