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/cloudidentity:v1.ts";

Response message for ListGroups operation.

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

§Properties

§
groups?: Group[]
[src]

Groups returned in response to list request. The results are not sorted.

§
nextPageToken?: string
[src]

Token to retrieve the next page of results, or empty if there are no more results available for listing.