Type Alias: MessageSubscriptionSearchQuerySortRequest
type MessageSubscriptionSearchQuerySortRequest = object;
Defined in: gen/types.gen.ts:4771
Properties
field
field:
| "messageSubscriptionKey"
| "processDefinitionId"
| "processInstanceKey"
| "elementId"
| "elementInstanceKey"
| "messageSubscriptionState"
| "lastUpdatedDate"
| "messageName"
| "correlationKey"
| "tenantId";
Defined in: gen/types.gen.ts:4775
The field to sort by.
order?
optional order: SortOrderEnum;
Defined in: gen/types.gen.ts:4776