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

ListActuationsResponse

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

The response object from ListActuations.

interface ListActuationsResponse {
actuations?: Actuation[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
actuations?: Actuation[]
[src]

The list of Actuation

§
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.

§
unreachable?: string[]
[src]

Unordered list. Locations that could not be reached.