public sealed class AlertPolicy.Types.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 for the `AlertPolicy.Types.Documentation` class within the Google Cloud Monitoring v3 API, covering versions from 2.3.0 up to the latest 3.15.0."],["The `AlertPolicy.Types.Documentation` class includes properties for `Content`, which represents the text of the documentation, and `MimeType`, which defines the format of the content, currently supporting only \"text/markdown\"."],["The content of the documentation, held in the `Content` property, has limitations on size, being capped at 8,192 Unicode characters and 10,240 bytes in UTF-8 format."],["The latest release for `AlertPolicy.Types.Documentation` is 3.15.0, with a list of previous versions available for reference."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparison, deep cloning, and buffer operations."]]],[]]