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

GooglePlayDeveloperReportingV1beta1ListAnomaliesResponse

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

Response with a list of anomalies in datasets.

interface GooglePlayDeveloperReportingV1beta1ListAnomaliesResponse {
nextPageToken?: string;
}

§Properties

§

Anomalies that were found.

§
nextPageToken?: string
[src]

Continuation token to fetch the next page of data.