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

ListQueuesResponse

import type { ListQueuesResponse } from "https://googleapis.deno.dev/v1/cloudtasks:v2.ts";

Response message for ListQueues.

interface ListQueuesResponse {
nextPageToken?: string;
queues?: Queue[];
}

§Properties

§
nextPageToken?: string
[src]

A token to retrieve next page of results. To return the next page of results, call ListQueues with this value as the page_token. If the next_page_token is empty, there are no more results. The page token is valid for only 2 hours.

§
queues?: Queue[]
[src]

The list of queues.