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

OrganizationSummary

import type { OrganizationSummary } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";

The representation of an organization.

interface OrganizationSummary {
Alias?: string | null;
DefaultMailDomain?: string | null;
ErrorMessage?: string | null;
OrganizationId?: string | null;
State?: string | null;
}

§Properties

§
Alias?: string | null
[src]

The alias associated with the organization.

§
DefaultMailDomain?: string | null
[src]

The default email domain associated with the organization.

§
ErrorMessage?: string | null
[src]

The error message associated with the organization. It is only present if unexpected behavior has occurred with regards to the organization. It provides insight or solutions regarding unexpected behavior.

§
OrganizationId?: string | null
[src]

The identifier associated with the organization.

§
State?: string | null
[src]

The state associated with the organization.