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

ListMembershipsResponse

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

The response message for MembershipsService.ListMemberships.

interface ListMembershipsResponse {
memberships?: Membership[];
nextPageToken?: string;
}

§Properties

§
memberships?: Membership[]
[src]

The Memberships under the specified parent.

§
nextPageToken?: string
[src]

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