View Source GoogleApi.IAM.V1.Model.LintPolicyResponse (google_api_iam v0.42.0)

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

Attributes

  • lintResults (type: list(GoogleApi.IAM.V1.Model.LintResult.t), default: nil) - List of lint results sorted by severity in descending order.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IAM.V1.Model.LintPolicyResponse{
  lintResults: [GoogleApi.IAM.V1.Model.LintResult.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.