GoogleApi.VMMigration.V1.Model.Link (google_api_vm_migration v0.3.0) View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.VMMigration.V1.Model.Link{
  description: String.t() | nil,
  url: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.