MobileApp
import type { MobileApp } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
A mobile app promoted by a mobile app install line item.
interface MobileApp {
appId?: string;
readonly displayName?: string;
readonly platform?: "PLATFORM_UNSPECIFIED" | "IOS" | "ANDROID";
readonly publisher?: string;
}