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

Attributes

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

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: any(),
  link: any(),
  type: any()
}

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.