Class QueryAccountRequestDataAttributes

Attributes for filtering and shaping the account query results.

Hierarchy

  • QueryAccountRequestDataAttributes

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
limit?: number

Maximum number of account records to return in the response.

query?: string

Filter expression using account attribute conditions to narrow results.

selectColumns?: string[]

List of account attribute column names to include in the response.

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

wildcardSearchTerm?: string

Free-text term used for wildcard search across account attribute values.

Generated using TypeDoc