Class StatuspageUrlSettingCreateAttributes

The Statuspage URL setting attributes for a create request.

Hierarchy

  • StatuspageUrlSettingCreateAttributes

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 to apply to events generated from this Statuspage URL.

url: string

The Statuspage URL to monitor. Must be a status.io or statuspage.com URL.

Generated using TypeDoc