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

GooglePlayDeveloperReportingV1beta1SearchAccessibleAppsResponse

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

Response message for SearchAccessibleApps.

interface GooglePlayDeveloperReportingV1beta1SearchAccessibleAppsResponse {
nextPageToken?: string;
}

§Properties

§

The apps accessible to the user calling the endpoint.

§
nextPageToken?: string
[src]

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.