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

CustomApp

import type { CustomApp } from "https://googleapis.deno.dev/v1/playcustomapp:v1.ts";

This resource represents a custom app.

interface CustomApp {
languageCode?: string;
organizations?: Organization[];
readonly packageName?: string;
title?: string;
}

§Properties

§
languageCode?: string
[src]

Default listing language in BCP 47 format.

§
organizations?: Organization[]
[src]

Organizations to which the custom app should be made available. If the request contains any organizations, then the app will be restricted to only these organizations. To support the organization linked to the developer account, the organization ID should be provided explicitly together with other organizations. If no organizations are provided, then the app is only available to the organization linked to the developer account.

§
readonly packageName?: string
[src]

Output only. Package name of the created Android app. Only present in the API response.

§
title?: string
[src]

Title for the Android app.