Class SyntheticsTestVersionHistoryMeta

Pagination metadata for a version history response.

Hierarchy

  • SyntheticsTestVersionHistoryMeta

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

The version number to use as the last_version_number query parameter to fetch the next page. null indicates there are no more pages.

retentionPeriodInDays?: number

The number of days that version history is retained.

Generated using TypeDoc