Class LintPolicyResponse (2.0.0)

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.

Inheritance

Object > LintPolicyResponse

Namespace

Google.Cloud.Iam.Admin.V1

Assembly

Google.Cloud.Iam.Admin.V1.dll

Constructors

LintPolicyResponse()

public LintPolicyResponse()

LintPolicyResponse(LintPolicyResponse)

public LintPolicyResponse(LintPolicyResponse other)
Parameter
NameDescription
otherLintPolicyResponse

Properties

LintResults

public RepeatedField<LintResult> LintResults { get; }

List of lint results sorted by severity in descending order.

Property Value
TypeDescription
RepeatedField<LintResult>