View Source GoogleApi.Admin.Directory_v1.Model.CalendarResources (google_api_admin v0.40.0)

Public API: Resources.calendars

Attributes

  • etag (type: String.t, default: nil) - ETag of the resource.
  • items (type: list(GoogleApi.Admin.Directory_v1.Model.CalendarResource.t), default: nil) - The CalendarResources in this page of results.
  • kind (type: String.t, default: admin#directory#resources#calendars#calendarResourcesList) - Identifies this as a collection of CalendarResources. This is always admin#directory#resources#calendars#calendarResourcesList.
  • nextPageToken (type: String.t, default: nil) - The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.CalendarResources{
  etag: String.t() | nil,
  items: [GoogleApi.Admin.Directory_v1.Model.CalendarResource.t()] | nil,
  kind: String.t() | nil,
  nextPageToken: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.