public sealed class StyleGuideContents : IMessage<StyleGuideContents>, IEquatable<StyleGuideContents>, IDeepCloneable<StyleGuideContents>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class StyleGuideContents.
[[["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 documentation provides reference information for the `StyleGuideContents` class within the Google.Cloud.ApiHub.V1 API, specifically for version 1.0.0-beta02."],["`StyleGuideContents` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `object`."],["The class includes two constructors: a default constructor `StyleGuideContents()` and a copy constructor `StyleGuideContents(StyleGuideContents other)`."],["The `StyleGuideContents` class has two key properties: `Contents`, which is a required `ByteString` representing the style guide's data, and `MimeType`, a required string specifying the content's mime type."],["Inherited members from the `object` class include methods such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]