View Source GoogleApi.DeploymentManager.V2.Model.ResourceUpdateErrorErrorsErrorDetails (google_api_deployment_manager v0.21.0)

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DeploymentManager.V2.Model.ResourceUpdateErrorErrorsErrorDetails{
    errorInfo: GoogleApi.DeploymentManager.V2.Model.ErrorInfo.t() | nil,
    help: GoogleApi.DeploymentManager.V2.Model.Help.t() | nil,
    localizedMessage:
      GoogleApi.DeploymentManager.V2.Model.LocalizedMessage.t() | nil,
    quotaInfo: GoogleApi.DeploymentManager.V2.Model.QuotaExceededInfo.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.