Class AlertPolicyDocumentation


  • public final class AlertPolicyDocumentation
    extends java.lang.Object
    • Method Detail

      • content

        public java.util.Optional<java.lang.String> content()
        Returns:
        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.
      • mimeType

        public java.util.Optional<java.lang.String> mimeType()
        Returns:
        The format of the content field. Presently, only the value "text/markdown" is supported.