Project Update
@Serializable
The ProjectUpdate data class allow to represent a update data
Author
N7ghtm4r3 - Tecknobit
Constructors
Link copied to clipboard
constructor(id: String, author: GroupMember, creationDate: Long, targetVersion: String, status: <Error class: unknown class>, startedBy: GroupMember? = null, startDate: Long = -1, publishedBy: GroupMember? = null, publishDate: Long = -1, notes: List<Note>)
Properties
Link copied to clipboard
The author of update project
Link copied to clipboard
The date when the update has been scheduled
Link copied to clipboard
The date when the update has been published
Link copied to clipboard
The user who publish the update
Link copied to clipboard
The user who start the update
Link copied to clipboard
The version to reach with this update