Attributes returned in a DEM journey response.

Hierarchy

  • DemJourneyResponseAttributes

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 journey was created.

createdBy: DemUser

A Datadog user associated with a DEM operation.

description: null | 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.

orgId: number

The organization ID that owns this journey.

tags: string[]

List of tags associated with a DEM resource.

A test suite associated with a DEM resource.

updatedAt: null | Date

The timestamp when the journey was last updated.

updatedBy: DemUser

A Datadog user associated with a DEM operation.

variants: DemVariant[]

List of variants associated with a DEM journey.

Generated using TypeDoc