GoogleApi.IAM.V1.Model.LintPolicyResponse (google_api_iam v0.45.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.