GoogleApi.Admin.Directory_v1.Model.CalendarResources (google_api_admin v0.23.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Admin.Directory_v1.Model.CalendarResources{
etag: String.t(),
items: [GoogleApi.Admin.Directory_v1.Model.CalendarResource.t()],
kind: String.t(),
nextPageToken: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.