GetOfficesTemplateResponse

@Serializable
data class GetOfficesTemplateResponse(val allowedParents: List<GetOfficesResponse>? = null, val openingDate: LocalDate? = null)

GetOfficesTemplateResponse

Parameters

allowedParents
openingDate

Constructors

Link copied to clipboard
constructor(allowedParents: List<GetOfficesResponse>? = null, openingDate: LocalDate? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val openingDate: LocalDate? = null