Class UpdateFlakyTestsResponseAttributes

Attributes for the update flaky test state response.

Hierarchy

  • UpdateFlakyTestsResponseAttributes

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
hasErrors: boolean

True if any errors occurred during the update operations. False if all tests succeeded to be updated.

Results of the update operation for each test.

Generated using TypeDoc