View Source GoogleApi.Compute.V1.Model.ManagedInstanceLastAttemptErrorsErrorsErrorDetails (google_api_compute v0.56.2)

Attributes

  • errorInfo (type: GoogleApi.Compute.V1.Model.ErrorInfo.t, default: nil) -
  • help (type: GoogleApi.Compute.V1.Model.Help.t, default: nil) -
  • localizedMessage (type: GoogleApi.Compute.V1.Model.LocalizedMessage.t, default: nil) -
  • quotaInfo (type: GoogleApi.Compute.V1.Model.QuotaExceededInfo.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Compute.V1.Model.ManagedInstanceLastAttemptErrorsErrorsErrorDetails{
    errorInfo: GoogleApi.Compute.V1.Model.ErrorInfo.t() | nil,
    help: GoogleApi.Compute.V1.Model.Help.t() | nil,
    localizedMessage: GoogleApi.Compute.V1.Model.LocalizedMessage.t() | nil,
    quotaInfo: GoogleApi.Compute.V1.Model.QuotaExceededInfo.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.