Object containing the uptime for a Synthetic test ID.

Hierarchy

  • SyntheticsTestUptime

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
fromTs?: number

Timestamp in seconds for the start of uptime.

Object containing the uptime information.

publicId?: string

A Synthetic test ID.

toTs?: number

Timestamp in seconds for the end of uptime.

Generated using TypeDoc