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/marketingplatformadmin:v1alpha.ts";

A resource message representing a Google Marketing Platform organization.

interface Organization {
displayName?: string;
name?: string;
}

§Properties

§
displayName?: string
[src]

The human-readable name for the organization.

§
name?: string
[src]

Identifier. The resource name of the GMP organization. Format: organizations/{org_id}