Skip to content

PutComputeTenantResponse

Supported Types

components.ComputeTenant

typescript
const value: components.ComputeTenant = {
  createdAt: new Date("2024-11-06T01:57:32.771Z"),
  enabled: true,
  maxLiveJobs: 809936,
  maxLiveServices: 466718,
  orgId: "<id>",
  updatedAt: new Date("2024-01-08T09:54:38.285Z"),
};

components.ComputeErrorEnvelope

typescript
const value: components.ComputeErrorEnvelope = {
  error: {
    code: "<value>",
    message: "<value>",
    requestId: "<id>",
  },
};