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

GooglePlayDeveloperReportingV1beta1SearchErrorReportsResponse

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

Response with a paginated list of error reports matching the search query.

interface GooglePlayDeveloperReportingV1beta1SearchErrorReportsResponse {
nextPageToken?: string;
}

§Properties

§

Error reports that were found.

§
nextPageToken?: string
[src]

Page token to fetch the next page of reports.