GoogleApi.BinaryAuthorization.V1.Model.EvaluationResult (google_api_binary_authorization v0.18.0)

View Source

Result of evaluating one check.

Attributes

  • verdict (type: String.t, default: nil) - The result of evaluating this check.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.EvaluationResult{
  verdict: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.