GoogleApi.WorkloadManager.V1.Model.Summary (google_api_workload_manager v0.12.0)

View Source

Message for execution summary

Attributes

  • failures (type: String.t, default: nil) - Output only. Number of failures
  • newFailures (type: String.t, default: nil) - Output only. Number of new failures compared to the previous execution
  • newFixes (type: String.t, default: nil) - Output only. Number of new fixes compared to the previous execution

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.Summary{
  failures: String.t() | nil,
  newFailures: String.t() | nil,
  newFixes: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.