Skip to content

ListJobEventsResponse

Supported Types

components.ComputeEventList

typescript
const value: components.ComputeEventList = {
  nextCursor: "<value>",
  total: 87029,
  data: [
    {
      data: {},
      id: "<id>",
      timestamp: new Date("2024-03-11T06:20:30.630Z"),
      type: "<value>",
    },
  ],
};

components.ComputeErrorEnvelope

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