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

SearchGroupsResponse

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

The response message for GroupsService.SearchGroups.

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

§Properties

§
groups?: Group[]
[src]

The Group resources that match the search query.

§
nextPageToken?: string
[src]

A continuation token to retrieve the next page of results, or empty if there are no more results available.