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

ListOrganizationsResponse

import type { ListOrganizationsResponse } from "https://googleapis.deno.dev/v1/marketingplatformadmin:v1alpha.ts";

Response message for ListOrganizations RPC.

interface ListOrganizationsResponse {
nextPageToken?: string;
organizations?: Organization[];
}

§Properties

§
nextPageToken?: string
[src]

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

§
organizations?: Organization[]
[src]

The Organization resource that the user has access to, which includes the org id and display name.