Name | Type | Description | Notes |
---|---|---|---|
definition | V2Definition | ||
enabled | Boolean | Specifies whether a new definition should be enabled when created, always set to false if it's imported' | |
flight_control | DefinitionsFlightControlRequest | [optional] |
require 'crimson-falcon'
instance = Falcon::ModelsDefinitionCreateRequestV2.new(
definition: null,
enabled: null,
flight_control: null
)