Skip to content

DeleteApiKeyBudgetResponseBody

OK

Example Usage

typescript
import { DeleteApiKeyBudgetResponseBody } from "@meetkai/mka1/models/operations";

let value: DeleteApiKeyBudgetResponseBody = {
  scope: "org",
  scopeId: "<id>",
  owner: "cluster",
  deleted: true,
};

Fields

FieldTypeRequiredDescription
scopeoperations.DeleteApiKeyBudgetScope✔️N/A
scopeIdstring✔️N/A
owneroperations.DeleteApiKeyBudgetOwner✔️N/A
deletedtrue✔️N/A