UpdateServiceAccountApiKeyResponseBody
OK
Example Usage
typescript
import { UpdateServiceAccountApiKeyResponseBody } from "@meetkai/mka1/models/operations";
let value: UpdateServiceAccountApiKeyResponseBody = {
id: "<id>",
updated: false,
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
updated | boolean | ✔️ | N/A |