Team
Example Usage
typescript
import { Team } from "@meetkai/mka1/models/operations";
let value: Team = {
id: "<id>",
name: "<value>",
organizationId: "<id>",
createdAt: "1729323018425",
updatedAt: "1735685336466",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
name | string | ✔️ | N/A |
organizationId | string | ✔️ | N/A |
createdAt | string | ✔️ | N/A |
updatedAt | string | ✔️ | N/A |