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\u003eVersion 2.4.0 is the latest release, with the page detailing the \u003ccode\u003eLintPolicyResponse\u003c/code\u003e class across multiple versions, from 1.0.0 to 2.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLintPolicyResponse\u003c/code\u003e class is a response from a lint operation, indicating whether the operation was successful with no lint issues found.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a parameterless constructor and one that accepts another \u003ccode\u003eLintPolicyResponse\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLintPolicyResponse\u003c/code\u003e class contains a \u003ccode\u003eLintResults\u003c/code\u003e property, which is a list of lint results sorted by severity, in a descending order, as a \u003ccode\u003eRepeatedField\u003c/code\u003e of \u003ccode\u003eLintResult\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]