google_api_tasks v0.10.1 GoogleApi.Tasks.V1.Model.TaskLinks View Source

Attributes

  • description (type: String.t, default: nil) - The description. In HTML speak: Everything between <a> and </a>.
  • link (type: String.t, default: nil) - The URL.
  • type (type: String.t, default: nil) - Type of the link, e.g. "email".

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Tasks.V1.Model.TaskLinks{
  description: String.t(),
  link: String.t(),
  type: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.