CenterData

@Serializable
data class CenterData(val accountNo: String? = null, val collectionMeetingCalendar: CalendarData? = null, val datatables: List<DatatableData>? = null, val hierarchy: String? = null, val id: Long? = null, val name: String? = null, val officeName: String? = null, val rowIndex: Int? = null, val staffName: String? = null)

Parameters

accountNo
collectionMeetingCalendar
datatables
hierarchy
id
name
officeName
rowIndex
staffName

Constructors

Link copied to clipboard
constructor(accountNo: String? = null, collectionMeetingCalendar: CalendarData? = null, datatables: List<DatatableData>? = null, hierarchy: String? = null, id: Long? = null, name: String? = null, officeName: String? = null, rowIndex: Int? = null, staffName: String? = null)

Properties

Link copied to clipboard
val accountNo: String? = null
Link copied to clipboard
Link copied to clipboard
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 officeName: String? = null
Link copied to clipboard
val rowIndex: Int? = null
Link copied to clipboard
val staffName: String? = null