GoogleApi.Tasks.V1.Model.TaskLinks (google_api_tasks v0.17.0)

View Source

Attributes

  • description (type: String.t, default: nil) - The description (might be empty).
  • link (type: String.t, default: nil) - The URL.
  • type (type: String.t, default: nil) - Type of the link, e.g. "email", "generic", "chat_message", "keep_note".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.