class Google::Apis::IamV1::LintPolicyResponse

The response of a lint operation. An empty response indicates the operation was able to fully execute and no lint issue was found.

Attributes

lint_results[RW]

List of lint results sorted by `severity` in descending order. Corresponds to the JSON property `lintResults` @return [Array<Google::Apis::IamV1::LintResult>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/iam_v1/classes.rb, line 567
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/iam_v1/classes.rb, line 572
def update!(**args)
  @lint_results = args[:lint_results] if args.key?(:lint_results)
end