Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MobileDeviceIdList

import type { MobileDeviceIdList } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

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

interface MobileDeviceIdList {
consent?: Consent;
mobileDeviceIds?: string[];
}

§Properties

§
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.