ENUM
SettingOverride
be reset to a default value. Used for patch operations on booleans that may
link GraphQL Schema definition
- enum SettingOverride {
- # Inherit defaults based upon the organization
- # settings.
- # This option is overridden to be enabled regardless
- # of organization settings.
- # This option is overridden to be disabled regardless
- # of organization settings.
- }
link Require by
- ModelOptionsSettings for what options are enabled on a given model. Most of these options are set at the account level but may be overridden for specific models.
- ModelOptionsPatchA patch operation on the model options. Updates the specified fields, leaving the others unchanged.
- ModelPublicationOptionsOptions controlling the display of published model information. These options may be overridden by the branding information passed in when generating a url for the model. @internal
- ModelPublicationOptionsPatchA patch operation on the publication options. Updates the specified fields, leaving the others unchanged. @internal