google_api_calendar v0.9.0 GoogleApi.Calendar.V3.Model.Settings View Source
Attributes
etag
(type:String.t
, default:nil
) - Etag of the collection.items
(type:list(GoogleApi.Calendar.V3.Model.Setting.t)
, default:nil
) - List of user settings.kind
(type:String.t
, default:calendar#settings
) - Type of the collection ("calendar#settings").nextPageToken
(type:String.t
, default:nil
) - Token used to access the next page of this result. Omitted if no further results are available, in which case nextSyncToken is provided.nextSyncToken
(type:String.t
, default:nil
) - Token used at a later point in time to retrieve only the entries that have changed since this result was returned. Omitted if further results are available, in which case nextPageToken is provided.
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 Sourcet() :: %GoogleApi.Calendar.V3.Model.Settings{ etag: String.t(), items: [GoogleApi.Calendar.V3.Model.Setting.t()], kind: String.t(), nextPageToken: String.t(), nextSyncToken: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.