google_api_calendar v0.0.2 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

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()
}