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

GooglePlayDeveloperReportingV1beta1SearchErrorIssuesResponse

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

Response with a paginated list of issues that matched the request.

interface GooglePlayDeveloperReportingV1beta1SearchErrorIssuesResponse {
nextPageToken?: string;
}

§Properties

§

ErrorIssues that were found.

§
nextPageToken?: string
[src]

Continuation token to fetch the next page of data.