google_api_compute v0.3.0 GoogleApi.Compute.V1.Model.UrlMapValidationResult View Source

Message representing the validation result for a UrlMap.

Attributes

  • loadErrors ([String.t]): Defaults to: null.
  • loadSucceeded (boolean()): Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons. Defaults to: null.
  • testFailures ([TestFailure]): Defaults to: null.
  • testPassed (boolean()): If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Compute.V1.Model.UrlMapValidationResult{
  loadErrors: [any()],
  loadSucceeded: any(),
  testFailures: [GoogleApi.Compute.V1.Model.TestFailure.t()],
  testPassed: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.