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

MobileApp

import type { MobileApp } from "https://googleapis.deno.dev/v1/displayvideo:v3.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;
}

§Properties

§
appId?: string
[src]

Required. The ID of the app provided by the platform store. Android apps are identified by the bundle ID used by Android's Play store, such as com.google.android.gm. iOS apps are identified by a nine-digit app ID used by Apple's App store, such as 422689480.

§
readonly displayName?: string
[src]

Output only. The app name.

§
readonly platform?: "PLATFORM_UNSPECIFIED" | "IOS" | "ANDROID"
[src]

Output only. The app platform.

§
readonly publisher?: string
[src]

Output only. The app publisher.