CreationData

class CreationData(val id: UUID = UUID.randomUUID(), val date: Date = Date())

Constructors

Link copied to clipboard
constructor(id: UUID = UUID.randomUUID(), date: Date = Date())

Properties

Link copied to clipboard
val date: Date
Link copied to clipboard
val id: UUID