GetFromOfficeResponseStandingInstructionSwagger

@Serializable
data class GetFromOfficeResponseStandingInstructionSwagger(val decoratedName: String? = null, val externalId: String? = null, val hierarchy: String? = null, val id: Long? = null, val name: String? = null, val openingDate: LocalDate? = null)

Parameters

decoratedName
externalId
hierarchy
id
name
openingDate

Constructors

constructor(decoratedName: String? = null, externalId: String? = null, hierarchy: String? = null, id: Long? = null, name: String? = null, openingDate: LocalDate? = null)

Properties

Link copied to clipboard
val decoratedName: String? = null
Link copied to clipboard
val externalId: String? = 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 openingDate: LocalDate? = null