interface Organization {
    Links?: SelfLink;
    id?: string;
    name?: string;
}

Properties

Properties

Links?: SelfLink
id?: string

A unique system generated ID for the organization.

name?: string

Name of the organization.