LocationLaunch

  • The JSON representation for a location launch includes the name and launch state.

  • The name field is a required string identifier for the launch.

  • The launchState field indicates the current state of the launch using a defined enum.

Details about a location launch.

JSON representation
{
  "name": string,
  "launchState": enum (LaunchState)
}
Fields
name

string

Required. The identifier for launch.

launchState

enum (LaunchState)

The launch state.