Build

data class Build(var number: String = "", var version: String = "", var releaseDate: String = "", var fullNumber: String = "", var message: String = "", var blogPost: BlogPost? = null, var buttons: List<Button> = mutableListOf(), var patches: List<Patch> = mutableListOf()) : Serializable

Constructors

Link copied to clipboard
fun Build(number: String = "", version: String = "", releaseDate: String = "", fullNumber: String = "", message: String = "", blogPost: BlogPost? = null, buttons: List<Button> = mutableListOf(), patches: List<Patch> = mutableListOf())

Properties

Link copied to clipboard
var blogPost: BlogPost? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard