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

Attributes

  • description (type: String.t, default: nil) - The description. In HTML speak: Everything between and .
  • 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

Link to this type

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

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.