GetCentersCenterIdResponse

@Serializable
data class GetCentersCenterIdResponse(val active: Boolean? = null, val hierarchy: String? = null, val id: Long? = null, val name: String? = null, val officeId: Long? = null, val officeName: String? = null, val status: GetCentersStatus? = null)

GetCentersCenterIdResponse

Parameters

active
hierarchy
id
name
officeId
officeName
status

Constructors

Link copied to clipboard
constructor(active: Boolean? = null, hierarchy: String? = null, id: Long? = null, name: String? = null, officeId: Long? = null, officeName: String? = null, status: GetCentersStatus? = null)

Properties

Link copied to clipboard
val active: Boolean? = null
Link copied to clipboard
val hierarchy: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
val officeName: String? = null
Link copied to clipboard