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

Attributes

  • etag (String.t): ETag of the resource. Defaults to: null.
  • id (String.t): The id of the user setting. Defaults to: null.
  • kind (String.t): Type of the resource ("calendar#setting"). Defaults to: null.
  • value (String.t): 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. 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.Calendar.V3.Model.Setting{
  etag: any(),
  id: any(),
  kind: any(),
  value: 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.