GetOrgQuotaResponseBody
OK
Example Usage
typescript
import { GetOrgQuotaResponseBody } from "@meetkai/mka1/models/operations";
let value: GetOrgQuotaResponseBody = {
id: "<id>",
quotaEnabled: true,
quotaPeriod: "month",
quotaMax: 1547.25,
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
quotaEnabled | boolean | ✔️ | N/A |
quotaPeriod | operations.GetOrgQuotaQuotaPeriod | ✔️ | N/A |
quotaMax | number | ✔️ | N/A |