Skip to content

ListServiceInstancesRequest

Example Usage

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

let value: ListServiceInstancesRequest = {
  id: "<id>",
};

Fields

FieldTypeRequiredDescription
idstring✔️N/A
statecomponents.ComputeInstanceStateN/A
cursorstringN/A
limitnumberN/A
ordercomponents.ComputeOrderasc pages oldest-first (default); desc pages newest-first. A cursor is only valid within a traversal that keeps the same order.
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.