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

GoogleCloudPolicyanalyzerV1QueryActivityResponse

import type { GoogleCloudPolicyanalyzerV1QueryActivityResponse } from "https://googleapis.deno.dev/v1/policyanalyzer:v1.ts";

Response to the QueryActivity method.

interface GoogleCloudPolicyanalyzerV1QueryActivityResponse {
nextPageToken?: string;
}

§Properties

§

The set of activities that match the filter included in the request.

§
nextPageToken?: string
[src]

If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.