RocketModel
data class RocketModel(flightNumber: Int, missionName: String, launchDateUTC: String, launchSuccess: Boolean?)
Content copied to clipboard
Test model query
Constructors
RocketModel
Link copied to clipboard
fun RocketModel(flightNumber: Int, missionName: String, launchDateUTC: String, launchSuccess: Boolean?)
Content copied to clipboard
Properties
flightNumber
Link copied to clipboard
launchDateUTC
Link copied to clipboard
launchSuccess
Link copied to clipboard
missionName
Link copied to clipboard