google_api_calendar v0.15.0 GoogleApi.Calendar.V3.Model.FreeBusyResponse View Source
Attributes
calendars(type:%{optional(String.t) => GoogleApi.Calendar.V3.Model.FreeBusyCalendar.t}, default:nil) - List of free/busy information for calendars.groups(type:%{optional(String.t) => GoogleApi.Calendar.V3.Model.FreeBusyGroup.t}, default:nil) - Expansion of groups.kind(type:String.t, default:calendar#freeBusy) - Type of the resource ("calendar#freeBusy").timeMax(type:DateTime.t, default:nil) - The end of the interval.timeMin(type:DateTime.t, default:nil) - The start of the interval.
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 Sourcet() :: %GoogleApi.Calendar.V3.Model.FreeBusyResponse{
calendars: %{
optional(String.t()) => GoogleApi.Calendar.V3.Model.FreeBusyCalendar.t()
},
groups: %{
optional(String.t()) => GoogleApi.Calendar.V3.Model.FreeBusyGroup.t()
},
kind: String.t(),
timeMax: DateTime.t(),
timeMin: DateTime.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.