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-04-17 UTC."],[[["The `LintSpecRequest` class is part of the Google Cloud API Hub v1 API, representing a request to lint a specification."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 1.0.0, while 1.0.0-beta02 is an alternative older version."],["`LintSpecRequest` objects can be constructed with no parameters, or by providing another instance of `LintSpecRequest` as a parameter."],["The `LintSpecRequest` class includes properties like `Name` (a string) and `SpecName` (a `SpecName` type), where `Name` is the required name of the spec to be linted."]]],[]]