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

GoogleAdsSearchads360V0Common__MobileAppAsset

import type { GoogleAdsSearchads360V0Common__MobileAppAsset } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

An asset representing a mobile app.

interface GoogleAdsSearchads360V0Common__MobileAppAsset {
appId?: string;
appStore?:
| "UNSPECIFIED"
| "UNKNOWN"
| "APPLE_APP_STORE"
| "GOOGLE_APP_STORE";
}

§Properties

§
appId?: string
[src]

Required. A string that uniquely identifies a mobile application. It should just contain the platform native id, like "com.android.ebay" for Android or "12345689" for iOS.

§
appStore?: "UNSPECIFIED" | "UNKNOWN" | "APPLE_APP_STORE" | "GOOGLE_APP_STORE"
[src]

Required. The application store that distributes this specific app.