PagedRequestExternalAssetOwnerSearchRequest

@Serializable
data class PagedRequestExternalAssetOwnerSearchRequest(val page: Int? = null, val request: ExternalAssetOwnerSearchRequest? = null, val propertySize: Int? = null, val sorts: List<SortOrder>? = null)

Parameters

page
request
propertySize
sorts

Constructors

constructor(page: Int? = null, request: ExternalAssetOwnerSearchRequest? = null, propertySize: Int? = null, sorts: List<SortOrder>? = null)

Properties

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