PagedLocalRequestAdvancedQueryData

@Serializable
data class PagedLocalRequestAdvancedQueryData(    val dateFormat: String? = null,     val dateTimeFormat: String? = null,     val locale: String? = null,     val localeObject: PagedLocalRequestAdvancedQueryDataLocaleObject? = null,     val page: Int? = null,     val request: AdvancedQueryData? = null,     val propertySize: Int? = null,     val sorts: List<SortOrder>? = null)

Parameters

dateFormat
dateTimeFormat
locale
localeObject
page
request
propertySize
sorts

Constructors

Link copied to clipboard
constructor(    dateFormat: String? = null,     dateTimeFormat: String? = null,     locale: String? = null,     localeObject: PagedLocalRequestAdvancedQueryDataLocaleObject? = null,     page: Int? = null,     request: AdvancedQueryData? = null,     propertySize: Int? = null,     sorts: List<SortOrder>? = null)

Properties

Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val dateTimeFormat: String? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val page: Int? = null
Link copied to clipboard
val propertySize: Int? = null
Link copied to clipboard
Link copied to clipboard
val sorts: List<SortOrder>? = null