Attributes for creating or updating a DEM journey.

Hierarchy

  • DemJourneyCreateAttributes

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
description?: string

An optional human-readable description of the journey.

journeyRum: DemJourneyRum

The RUM definition for a DEM journey.

name: string

The name of the DEM journey.

tags: string[]

List of tags associated with a DEM resource.

variants?: DemVariant[]

List of variants associated with a DEM journey.

Generated using TypeDoc