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;
}import type { Organization } from "https://googleapis.deno.dev/v1/playcustomapp:v1.ts";Represents an organization that can access a custom app.