Name | Type | Description | Notes |
---|---|---|---|
definition | V2Definition | ||
change_log | String | Optional user provided description to outline the changes made as part of the update. Maximum of 500 characters. | [optional] |
enabled | Boolean | Specifies whether a new definition should be enabled when created, always set to false if it's imported' | |
flight_control | DefinitionsFlightControlRequest | [optional] | |
id | String | Used to identify documents across versions |
require 'crimson-falcon'
instance = Falcon::ModelsDefinitionUpdateRequestV2.new(
definition: null,
change_log: null,
enabled: null,
flight_control: null,
id: null
)