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

Provides links to documentation or for performing an out of band action. For example, if a quota check failed with an error indicating the calling project hasn't enabled the accessed service, this can contain a URL pointing directly to the right place in the developer console to flip the bit.

Attributes

  • links (type: list(GoogleApi.Compute.V1.Model.HelpLink.t), default: nil) - URL(s) pointing to additional information on handling the current error.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.Help{
  links: [GoogleApi.Compute.V1.Model.HelpLink.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.