Planning

@JsonClass(generateAdapter = true)
data class Planning(val scheduling: Scheduling?)

Constructors

Link copied to clipboard
fun Planning(scheduling: Scheduling?)

Properties

Link copied to clipboard
val scheduling: Scheduling?