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

GooglePlayDeveloperReportingV1beta1App

import type { GooglePlayDeveloperReportingV1beta1App } from "https://googleapis.deno.dev/v1/playdeveloperreporting:v1beta1.ts";

A representation of an app in the Play Store.

interface GooglePlayDeveloperReportingV1beta1App {
displayName?: string;
name?: string;
packageName?: string;
}

§Properties

§
displayName?: string
[src]

Title of the app. This is the latest title as set in the Play Console and may not yet have been reviewed, so might not match the Play Store. Example: Google Maps.

§
name?: string
[src]

Identifier. The resource name. Format: apps/{app}

§
packageName?: string
[src]

Package name of the app. Example: com.example.app123.