Class QueryUsersRequestDataAttributesSort

Sorting configuration specifying the field and direction for ordering user query results.

Hierarchy

  • QueryUsersRequestDataAttributesSort

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
field?: string

The user attribute field name to sort results by.

order?: string

The sort direction, either ascending or descending.

Generated using TypeDoc