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