Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional autoWhether Auto Test Retries are enabled for this service. Setting to null is a no-op; use auto_test_retries_enabled_inherit to reset to repository-level inheritance.
Optional autoWhen true, resets the Auto Test Retries setting to inherit from the repository level.
Optional codeWhether Code Coverage is enabled for this service. Setting to null is a no-op; use code_coverage_enabled_inherit to reset to repository-level inheritance.
Optional codeWhen true, resets the Code Coverage setting to inherit from the repository level.
Optional earlyWhether Early Flake Detection is enabled for this service. Setting to null is a no-op; use early_flake_detection_enabled_inherit to reset to repository-level inheritance.
Optional earlyWhen true, resets the Early Flake Detection setting to inherit from the repository level.
Optional envThe environment name. If omitted, defaults to none.
Optional failedWhether Failed Test Replay is enabled for this service. Setting to null is a no-op; use failed_test_replay_enabled_inherit to reset to repository-level inheritance.
Optional failedWhen true, resets the Failed Test Replay setting to inherit from the repository level.
Optional prThis field is ignored. PR Comments cannot be overridden at the service level.
The repository identifier.
The service name.
Optional testWhether Test Impact Analysis is enabled for this service. Setting to null is a no-op; use test_impact_analysis_enabled_inherit to reset to repository-level inheritance.
Optional testWhen true, resets the Test Impact Analysis setting to inherit from the repository level.
Generated using TypeDoc
Attributes for updating Test Optimization service settings. All non-required fields are optional; only provided fields will be updated. Setting a field to
nullis a no-op. To reset a setting to inherit from the repository level, use the corresponding<setting>_inheritfield.