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

ListBackupsResponse

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

ListBackupsResponse is the response message for ListBackups method.

interface ListBackupsResponse {
backups?: Backup[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
backups?: Backup[]
[src]

A list of Cloud AD backups in the domain.

§
nextPageToken?: string
[src]

Token to retrieve the next page of results, or empty if there are no more results in the list.

§
unreachable?: string[]
[src]

Locations that could not be reached.