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-03-21 UTC."],[[["The `StyleGuideContents` class in the API hub v1 API provides a way to represent the contents of a style guide."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a default constructor and a copy constructor that takes another `StyleGuideContents` instance as input."],["The class exposes two primary properties: `Contents`, which holds the style guide content as a `ByteString`, and `MimeType`, which specifies the content's MIME type as a string."],["The documentation is currently available for version `1.0.0` and `1.0.0-beta02`, with the former being the latest."]]],[]]