View Source GoogleApi.Calendar.V3.Model.Setting (google_api_calendar v0.23.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Calendar.V3.Model.Setting{
  etag: String.t() | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.