google_api_calendar v0.11.0 GoogleApi.Calendar.V3.Model.Setting View Source

Attributes

  • etag (type: String.t, default: nil) - ETag of the resource.
  • id (type: String.t, default: nil) - The id of the user setting.
  • kind (type: String.t, default: calendar#setting) - Type of the resource ("calendar#setting").
  • value (type: String.t, default: nil) - Value of the user setting. The format of the value depends on the ID of the setting. It must always be a UTF-8 string of length up to 1024 characters.

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.Calendar.V3.Model.Setting{
  etag: String.t(),
  id: String.t(),
  kind: String.t(),
  value: 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.