GetCentersTemplateResponse

@Serializable
data class GetCentersTemplateResponse(val activationDate: LocalDate? = null, val active: Boolean? = null, val officeId: Long? = null, val officeOptions: Set<GetCentersOfficeOptions>? = null, val staffOptions: Set<GetCentersStaffOptions>? = null)

GetCentersTemplateResponse

Parameters

activationDate
active
officeId
officeOptions
staffOptions

Constructors

Link copied to clipboard
constructor(activationDate: LocalDate? = null, active: Boolean? = null, officeId: Long? = null, officeOptions: Set<GetCentersOfficeOptions>? = null, staffOptions: Set<GetCentersStaffOptions>? = null)

Properties

Link copied to clipboard
val activationDate: LocalDate? = null
Link copied to clipboard
val active: Boolean? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
Link copied to clipboard