DragonThrust

Definition

type DragonThrust {
  amount: Int
  fuel_1: String
  fuel_2: String
  pods: Int
  thrust: Force
  type: String
}

Fields

amount

Int

fuel_1

fuel_2

pods

Int

thrust

type

Example

DragonThrust.json
{
  "amount": 12345,
  "fuel_1": "Some string",
  "fuel_2": "Some string",
  "pods": 12345,
  "thrust": Force,
  "type": "Some string"
}