Class SyntheticsTestVersionChangeAttributes

Attributes of a version change record.

Hierarchy

  • SyntheticsTestVersionChangeAttributes

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

UUID of the user who created this version.

List of metadata describing individual changes in this version.

versionNumber?: number

The sequential version number.

versionPayloadCreatedAt?: Date

Timestamp of when this version was created.

Generated using TypeDoc