View Source GoogleApi.Calendar.V3.Model.FreeBusyResponse (google_api_calendar v0.23.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Calendar.V3.Model.FreeBusyResponse{
  calendars:
    %{optional(String.t()) => GoogleApi.Calendar.V3.Model.FreeBusyCalendar.t()}
    | nil,
  groups:
    %{optional(String.t()) => GoogleApi.Calendar.V3.Model.FreeBusyGroup.t()}
    | nil,
  kind: String.t() | nil,
  timeMax: DateTime.t() | nil,
  timeMin: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.