Class TestOptimizationUpdateServiceSettingsRequestData

Data object for update service settings request.

Hierarchy

  • TestOptimizationUpdateServiceSettingsRequestData

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Attributes for updating Test Optimization service settings. All non-required fields are optional; only provided fields will be updated.

JSON:API type for update service settings request. The value must always be test_optimization_update_service_settings_request.

Generated using TypeDoc