google_api_calendar v0.2.0 GoogleApi.Calendar.V3.Model.FreeBusyResponse View Source
Attributes
- calendars (%{optional(String.t) => FreeBusyCalendar}): List of free/busy information for calendars. Defaults to:
null
. - groups (%{optional(String.t) => FreeBusyGroup}): Expansion of groups. Defaults to:
null
. - kind (String.t): Type of the resource ("calendar#freeBusy"). Defaults to:
null
. - timeMax (DateTime.t): The end of the interval. Defaults to:
null
. - timeMin (DateTime.t): The start of the interval. Defaults to:
null
.
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: map(),
groups: map(),
kind: any(),
timeMax: DateTime.t(),
timeMin: DateTime.t()
}
t() :: %GoogleApi.Calendar.V3.Model.FreeBusyResponse{ calendars: map(), groups: map(), kind: any(), 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.