GetCentersResponse

@Serializable
data class GetCentersResponse(val pageItems: Set<GetCentersPageItems>? = null, val totalFilteredRecords: Int? = null)

GetCentersResponse

Parameters

pageItems
totalFilteredRecords

Constructors

Link copied to clipboard
constructor(pageItems: Set<GetCentersPageItems>? = null, totalFilteredRecords: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard