disabled property
Disabled boolean to determine if a ParameterVersion acts as a metadata only resource (payload is never returned if disabled is true).
If true any calls will always default to BASIC view even if the user explicitly passes FULL view as part of the request. A render call on a disabled resource fails with an error. Default value is False.
Optional.
Implementation
core.bool? disabled;