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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]