Interface SyntheticsApiGetSyntheticsTestVersionRequest

Hierarchy

  • SyntheticsApiGetSyntheticsTestVersionRequest

Properties

includeChangeMetadata?: boolean

If true, include change metadata in the response.

onlyCheckExistence?: boolean

If true, only check whether the version exists without returning its full payload. Returns an empty object if the version exists, or 404 if not.

publicId: string

The public ID of the Synthetic test.

versionNumber: number

The version number to retrieve.

Generated using TypeDoc