Skip to content

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

FieldTypeRequiredDescription
idstring✔️N/A
quotaEnabledboolean✔️N/A
quotaPeriodoperations.GetOrgQuotaQuotaPeriod✔️N/A
quotaMaxnumber✔️N/A