Class: Google::Apis::IamV1::LintPolicyResponse
- Inherits:
-
Object
- Object
- Google::Apis::IamV1::LintPolicyResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/iam_v1/classes.rb,
generated/google/apis/iam_v1/representations.rb,
generated/google/apis/iam_v1/representations.rb
Overview
The response of a lint operation. An empty response indicates the operation was able to fully execute and no lint issue was found.
Instance Attribute Summary collapse
-
#lint_results ⇒ Array<Google::Apis::IamV1::LintResult>
List of lint results sorted by a composite
key, descending order of severity and ascending order of binding_ordinal.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LintPolicyResponse
constructor
A new instance of LintPolicyResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ LintPolicyResponse
Returns a new instance of LintPolicyResponse
544 545 546 |
# File 'generated/google/apis/iam_v1/classes.rb', line 544 def initialize(**args) update!(**args) end |
Instance Attribute Details
#lint_results ⇒ Array<Google::Apis::IamV1::LintResult>
List of lint results sorted by a composite lintResults
542 543 544 |
# File 'generated/google/apis/iam_v1/classes.rb', line 542 def lint_results @lint_results end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
549 550 551 |
# File 'generated/google/apis/iam_v1/classes.rb', line 549 def update!(**args) @lint_results = args[:lint_results] if args.key?(:lint_results) end |