Class StatuspageUrlSettingResponseAttributes

The attributes from a Statuspage URL setting response.

Hierarchy

  • StatuspageUrlSettingResponseAttributes

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

Comma-separated list of custom tags applied to events generated from this Statuspage URL.

url?: string

The Statuspage URL being monitored.

Generated using TypeDoc