Class DemInferredJourneyIgnoredAttributes

Attributes of an ignored inferred journey.

Hierarchy

  • DemInferredJourneyIgnoredAttributes

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

Timestamp when the inferred journey was first observed.

description?: string

An optional description of the inferred journey.

ignoredAt: Date

Timestamp when the inferred journey was ignored.

journeyRum: DemJourneyRum

The RUM definition for a DEM journey.

name: string

The name of the inferred journey.

orgId: number

The organization ID that owns this inferred journey.

tags: string[]

List of tags associated with a DEM resource.

testSuite?: DemTestSuiteNested

A test suite associated with a DEM resource.

variants: DemVariant[]

List of variants associated with a DEM journey.

Generated using TypeDoc