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

GroupsMembershipsListOptions

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

Additional options for CloudIdentity#groupsMembershipsList.

interface GroupsMembershipsListOptions {
pageSize?: number;
pageToken?: string;
view?: "VIEW_UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

§
pageSize?: number
[src]

The maximum number of results to return. Note that the number of results returned may be less than this value even if there are more available results. To fetch all results, clients must continue calling this method repeatedly until the response no longer contains a next_page_token. If unspecified, defaults to 200 for GroupView.BASIC and to 50 for GroupView.FULL. Must not be greater than 1000 for GroupView.BASIC or 500 for GroupView.FULL.

§
pageToken?: string
[src]

The next_page_token value returned from a previous search request, if any.

§
view?: "VIEW_UNSPECIFIED" | "BASIC" | "FULL"
[src]

The level of detail to be returned. If unspecified, defaults to View.BASIC.