google_api_calendar v0.5.0 GoogleApi.Calendar.V3.Model.Settings View Source
Attributes
- etag (String.t): Etag of the collection. Defaults to
nil
. - items (list(GoogleApi.Calendar.V3.Model.Setting.t)): List of user settings. Defaults to
nil
. - kind (String.t): Type of the collection ("calendar#settings"). Defaults to
calendar#settings
. - nextPageToken (String.t): Token used to access the next page of this result. Omitted if no further results are available, in which case nextSyncToken is provided. Defaults to
nil
. - nextSyncToken (String.t): 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. Defaults to
nil
.
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()
View Source
t() :: %GoogleApi.Calendar.V3.Model.Settings{
etag: String.t(),
items: [GoogleApi.Calendar.V3.Model.Setting.t()],
kind: String.t(),
nextPageToken: String.t(),
nextSyncToken: String.t()
}
t() :: %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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.