AlertPolicyDocumentationLink

data class AlertPolicyDocumentationLink(val displayName: String? = null, val url: String? = null)

Constructors

Link copied to clipboard
constructor(displayName: String? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

A short display name for the link. The display name must not be empty or exceed 63 characters. Example: "playbook".

Link copied to clipboard
val url: String? = null

The url of a webpage. A url can be templatized by using variables in the path or the query parameters. The total length of a URL should not exceed 2083 characters before and after variable expansion. Example: "https://my_domain.com/playbook?name=${resource.name}".