GetCostsData
Example Usage
typescript
import { GetCostsData } from "@meetkai/mka1/models/operations";
let value: GetCostsData = {
service: null,
taskType: "<value>",
model: "Alpine",
apiKeyId: "<id>",
teamId: "<id>",
userId: null,
externalUserId: "<id>",
orgId: "<id>",
cost: 555.08,
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
service | string | ✔️ | N/A |
taskType | string | ✔️ | N/A |
model | string | ✔️ | N/A |
apiKeyId | string | ✔️ | N/A |
teamId | string | ✔️ | N/A |
userId | string | ✔️ | N/A |
externalUserId | string | ✔️ | N/A |
orgId | string | ✔️ | N/A |
cost | number | ✔️ | N/A |