Show / Hide Table of Contents

Class MobileDeviceIdList

Wrapper message for a list of mobile device IDs defining Customer Match audience members.

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

Properties

Consent

Input only. The consent setting for the users in mobile_device_ids. Leaving this field unset indicates that consent is not specified. If ad_user_data or ad_personalization fields are set to CONSENT_STATUS_DENIED, the request will return an error.

Declaration
[JsonProperty("consent")]
public virtual Consent Consent { get; set; }
Property Value
Type Description
Consent

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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX