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.
[[["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 latest version of the Google.Cloud.Monitoring.V3 library is 3.15.0, with various previous versions listed ranging from 3.14.0 down to 2.3.0."],["The `Documentation` class, located within `Google.Cloud.Monitoring.V3.AlertPolicy.Types`, is a sealed class representing the format for alert policy documentation and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `Documentation` class has two constructors: a default constructor `Documentation()` and an overloaded constructor `Documentation(AlertPolicy.Types.Documentation other)` that accepts another instance of the class."],["This class has two primary properties: `Content`, which stores the documentation text with size limitations, and `MimeType`, which specifies the format, currently only supporting \"text/markdown\"."],["This page is documenting specifically version 2.5.0 of this library."]]],[]]