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."],[[["This webpage provides documentation for the `AlertPolicy.Types.Documentation` class within the `Google.Cloud.Monitoring.V3` namespace, detailing its structure and functionality."],["The `AlertPolicy.Types.Documentation` class, which is part of the Google Cloud Monitoring API, includes properties for `Content` and `MimeType`, defining the text and format of documentation content respectively."],["The provided content references multiple versions of the documentation, spanning from version 2.3.0 up to the latest version 3.15.0, allowing users to access past versions."],["The `Content` property of the Documentation class is limited to 8,192 Unicode characters and a maximum of 10,240 bytes in UTF-8 format, while the supported value for the `MimeType` property is text/markdown."]]],[]]