AlertPolicyDocumentation

data class AlertPolicyDocumentation(val content: String? = null, val mimeType: String? = null)

Constructors

Link copied to clipboard
constructor(content: String? = null, mimeType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val content: String? = null

The text of the documentation, interpreted according to mimeType. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller.

Link copied to clipboard
val mimeType: String? = null

The format of the content field. Presently, only the value "text/markdown" is supported.