Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1 KB

File metadata and controls

29 lines (22 loc) · 1 KB

Organization

An Organization

Properties

Name Type Description Notes
id string The Organization unique identifier [readonly] [default to undefined]
name string The Organization name [default to undefined]
createInfo OrganizationEditInfo The details of the Organization creation [default to undefined]
updateInfo OrganizationEditInfo The details of the Organization last update [default to undefined]
security OrganizationSecurity [default to undefined]

Example

import { Organization } from '@cosmotech/api-ts';

const instance: Organization = {
    id,
    name,
    createInfo,
    updateInfo,
    security,
};

[Back to Model list] [Back to API list] [Back to README]