public sealed class LintPolicyResponse : IMessage<LintPolicyResponse>, IEquatable<LintPolicyResponse>, IDeepCloneable<LintPolicyResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity and Access Management (IAM) v1 API class LintPolicyResponse.
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `LintPolicyResponse` class is 2.4.0, part of the Identity and Access Management (IAM) v1 API."],["`LintPolicyResponse` is a sealed class representing the response of a lint operation, indicating whether the operation fully executed without issues."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, offering functionalities like deep cloning and message handling."],["The class includes a constructor that allows creating a new instance or copying from an existing `LintPolicyResponse`."],["The `LintResults` property, a `RepeatedField` of `LintResult`, contains a list of lint results sorted by severity in descending order."]]],[]]