public sealed class Documentation : IMessage<AlertPolicy.Types.Documentation>, IEquatable<AlertPolicy.Types.Documentation>, IDeepCloneable<AlertPolicy.Types.Documentation>, IBufferMessage, IMessage
A content string and a MIME type that describes the content string's
format.
The text of the documentation, interpreted according to mime_type.
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. This text can be templatized by using
variables.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage provides documentation for various versions of `Google.Cloud.Monitoring.V3.AlertPolicy.Types.Documentation`, ranging from version 2.3.0 to the latest 3.15.0."],["`AlertPolicy.Types.Documentation` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `Documentation` is comprised of a `Content` and `MimeType` property, which together store and define the text used for the alert documentation."],["The `Content` property of `Documentation` can be templatized using variables and has a size limitation of 8,192 Unicode characters or 10,240 bytes in UTF-8."],["The `MimeType` property, as of this version, only supports the `text/markdown` format for defining the format of the `Content`."]]],[]]