Class TestOptimizationServiceSettingsData

Data object for Test Optimization service settings response.

Hierarchy

  • TestOptimizationServiceSettingsData

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 Test Optimization service settings.

id?: string

Unique identifier for the service settings.

JSON:API type for service settings response. The value must always be test_optimization_service_settings.

Generated using TypeDoc