google_api_calendar v0.0.2 GoogleApi.Calendar.V3.Model.Acl View Source

Attributes

  • etag (String.t): ETag of the collection. Defaults to: null.
  • items ([AclRule]): List of rules on the access control list. Defaults to: null.
  • kind (String.t): Type of the collection ("calendar#acl"). 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.Acl{
  etag: any(),
  items: [GoogleApi.Calendar.V3.Model.AclRule.t()],
  kind: any(),
  nextPageToken: any(),
  nextSyncToken: any()
}