Class DemJourneyTestSuiteResponseAttributes

Attributes of a DEM journey test suite response.

Hierarchy

  • DemJourneyTestSuiteResponseAttributes

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
createdAt: Date

The timestamp when the test suite was created.

droppedTestIds?: string[]

Test IDs omitted because the caller lacks read access.

name: string

The name of the test suite.

Generated using TypeDoc