LaunchExecution

data class LaunchExecution(val endedTime: String? = null, val startedTime: String? = null)

Constructors

Link copied to clipboard
constructor(endedTime: String? = null, startedTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endedTime: String? = null

The date and time that the launch ended.

Link copied to clipboard
val startedTime: String? = null

The date and time that the launch started.