Class SyntheticsTestResultCdnCacheStatus

Cache status reported by the CDN for the response.

Hierarchy

  • SyntheticsTestResultCdnCacheStatus

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
cached?: boolean

Whether the response was served from the CDN cache.

status?: string

Raw cache status string reported by the CDN.

Generated using TypeDoc