orderAttributes property

List<String>? orderAttributes
final

Array of attributes used to sort results. Maximum of 100 order attributes are allowed, each 4096 characters long.

Implementation

final List<String>? orderAttributes;