google_api_calendar v0.2.0 GoogleApi.Calendar.V3.Model.CalendarList View Source

Attributes

  • etag (String.t): ETag of the collection. Defaults to: null.
  • items ([CalendarListEntry]): Calendars that are present on the user's calendar list. Defaults to: null.
  • kind (String.t): Type of the collection ("calendar#calendarList"). Defaults to: null.
  • 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: null.
  • 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: 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.CalendarList{
  etag: any(),
  items: [GoogleApi.Calendar.V3.Model.CalendarListEntry.t()],
  kind: any(),
  nextPageToken: any(),
  nextSyncToken: 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.