public sealed class LintSpecRequest : IMessage<LintSpecRequest>, IEquatable<LintSpecRequest>, IDeepCloneable<LintSpecRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class LintSpecRequest.
[[["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 `LintSpecRequest` class is part of the API hub v1 API, and it represents a request to lint a specification."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionalities such as message handling, equality comparison, deep cloning, and buffer management."],["`LintSpecRequest` has two constructors: a default constructor and another that accepts a `LintSpecRequest` object to create a new instance."],["It contains two properties, `Name` which represents the name of the spec to be linted and `SpecName` which is a typed view over the `Name`."],["This documentation provides access to two versions of the library, the latest release which is 1.0.0, and the beta release which is 1.0.0-beta02."]]],[]]