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\u003eThis webpage details the \u003ccode\u003eLintPolicyResponse\u003c/code\u003e class, which is part of the Google Cloud IAM Admin V1 library, specifically within version 1.2.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eLintPolicyResponse\u003c/code\u003e indicates the outcome of a lint operation, with an empty response meaning no issues were detected during the operation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLintPolicyResponse\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and 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.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains a \u003ccode\u003eLintResults\u003c/code\u003e property, which provides a list of \u003ccode\u003eLintResult\u003c/code\u003e objects, ordered by their severity in descending order.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for the class: a default constructor (\u003ccode\u003eLintPolicyResponse()\u003c/code\u003e) and one that takes another \u003ccode\u003eLintPolicyResponse\u003c/code\u003e object as a parameter (\u003ccode\u003eLintPolicyResponse(LintPolicyResponse other)\u003c/code\u003e).\u003c/p\u003e\n"]]],[],null,[]]