View Source GoogleApi.Tasks.V1.Model.TaskLinks (google_api_tasks v0.14.1)

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".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.