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

ListPreferenceSetsResponse

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

Response message for listing preference sets.

interface ListPreferenceSetsResponse {
nextPageToken?: string;
preferenceSets?: PreferenceSet[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.

§
preferenceSets?: PreferenceSet[]
[src]

The list of PreferenceSets

§
unreachable?: string[]
[src]

Locations that could not be reached.