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