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

ListTriggersResponse

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

The response message for the ListTriggers method.

interface ListTriggersResponse {
nextPageToken?: string;
triggers?: Trigger[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

A page token that can be sent to ListTriggers to request the next page. If this is empty, then there are no more pages.

§
triggers?: Trigger[]
[src]

The requested triggers, up to the number specified in page_size.

§
unreachable?: string[]
[src]

Unreachable resources, if any.