MobileDeviceIdListCopyimport type { MobileDeviceIdList } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";Wrapper message for a list of mobile device IDs defining Customer Match audience members. interface MobileDeviceIdList {consent?: Consent;mobileDeviceIds?: string[];}§Properties§consent?: Consent[src]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. §mobileDeviceIds?: string[][src]A list of mobile device IDs defining Customer Match audience members. The size of mobile_device_ids mustn't be greater than 500,000.