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

Describes a URL link.

Attributes

  • description (type: String.t, default: nil) - Describes what the link offers.
  • url (type: String.t, default: nil) - The URL of the link.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.HelpLink{
  description: String.t() | nil,
  url: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.