An Organization
| 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] |
import { Organization } from '@cosmotech/api-ts';
const instance: Organization = {
id,
name,
createInfo,
updateInfo,
security,
};