public sealed class LintPolicyResponse : IMessage<LintPolicyResponse>, IEquatable<LintPolicyResponse>, IDeepCloneable<LintPolicyResponse>, IBufferMessage, IMessage
The response of a lint operation. An empty response indicates
the operation was able to fully execute and no lint issue was found.
[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eLintPolicyResponse\u003c/code\u003e class represents the result of a lint operation, indicating whether the operation completed successfully and if any issues were found.\u003c/p\u003e\n"],["\u003cp\u003eVersion 2.4.0 is the latest version of \u003ccode\u003eLintPolicyResponse\u003c/code\u003e, and there are several previous versions available, ranging back to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eLintPolicyResponse\u003c/code\u003e implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering a variety of functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains a \u003ccode\u003eLintResults\u003c/code\u003e property, a \u003ccode\u003eRepeatedField\u003c/code\u003e that holds a list of \u003ccode\u003eLintResult\u003c/code\u003e objects, sorted by severity in descending order.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eLintPolicyResponse\u003c/code\u003e includes two constructors, a default one, and one which takes in another \u003ccode\u003eLintPolicyResponse\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]