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

Organization

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

Represents an organization that can access a custom app.

interface Organization {
organizationId?: string;
organizationName?: string;
}

§Properties

§
organizationId?: string
[src]

Required. ID of the organization.

§
organizationName?: string
[src]

Optional. A human-readable name of the organization, to help recognize the organization.