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

ListGroupsResponse

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

A response for listing groups.

interface ListGroupsResponse {
groups?: Group[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
groups?: Group[]
[src]

The list of Group

§
nextPageToken?: string
[src]

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

§
unreachable?: string[]
[src]

Locations that could not be reached.