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 any issues were found during the process.\u003c/p\u003e\n"],["\u003cp\u003eThis class is implemented in the Google.Cloud.Iam.Admin.V1 namespace within the Google.Cloud.Iam.Admin.V1.dll assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for \u003ccode\u003eLintPolicyResponse\u003c/code\u003e is 2.4.0, with multiple other versions ranging from 1.0.0 to 2.3.0 also being available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eLintPolicyResponse\u003c/code\u003e inherits from the base \u003ccode\u003eObject\u003c/code\u003e class 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\u003eIt provides a \u003ccode\u003eLintResults\u003c/code\u003e property of type \u003ccode\u003eRepeatedField<LintResult>\u003c/code\u003e that holds a list of lint results, ordered by severity in descending order.\u003c/p\u003e\n"]]],[],null,[]]