GoogleApi.DeploymentManager.V2.Model.OperationErrorErrorsErrorDetails (google_api_deployment_manager v0.23.0)

View Source

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

t()

@type t() :: %GoogleApi.DeploymentManager.V2.Model.OperationErrorErrorsErrorDetails{
  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

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.