public sealed class Documentation : IMessage<AlertPolicy.Types.Documentation>, IEquatable<AlertPolicy.Types.Documentation>, IDeepCloneable<AlertPolicy.Types.Documentation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class AlertPolicy.Types.Documentation.
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-04-17 UTC."],[[["This webpage provides reference documentation and code samples for the Google Cloud Monitoring v3 API class `AlertPolicy.Types.Documentation`."],["The latest version of the documentation available is 3.15.0, but it also includes documentation for numerous previous versions, all the way down to 2.3.0."],["The `Documentation` class allows for setting text content with an associated MIME type, specifically supporting `text/markdown`."],["The content string within `Documentation` is limited to 8,192 Unicode characters and 10,240 bytes when encoded in UTF-8 format."],["The `Documentation` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]