Organizations
Example Usage
typescript
import { Organizations } from "@meetkai/mka1/models/operations";
let value: Organizations = {
id: "<id>",
slug: "<value>",
name: "<value>",
logo: "<value>",
status: "deleted",
createdAt: "1724648214043",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
slug | string | ✔️ | N/A |
name | string | ✔️ | N/A |
logo | string | ✔️ | N/A |
status | operations.ListClusterOrgsStatus | ✔️ | N/A |
createdAt | string | ✔️ | N/A |
memberCount | number | ➖ | N/A |
apiKeyCount | number | ➖ | N/A |