Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 695 Bytes

File metadata and controls

23 lines (16 loc) · 695 Bytes

OrganizationCreateRequest

Request object for creating a new organization

Properties

Name Type Description Notes
name string The Organization name [default to undefined]
security OrganizationSecurity [optional] [default to undefined]

Example

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

const instance: OrganizationCreateRequest = {
    name,
    security,
};

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