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

If present, specifies that the user is working from an office.

Attributes

  • buildingId (type: String.t, default: nil) - An optional building identifier. This should reference a building ID in the organization's Resources database.
  • deskId (type: String.t, default: nil) - An optional desk identifier.
  • floorId (type: String.t, default: nil) - An optional floor identifier.
  • floorSectionId (type: String.t, default: nil) - An optional floor section identifier.
  • label (type: String.t, default: nil) - The office name that's displayed in Calendar Web and Mobile clients. We recommend you reference a building name in the organization's Resources database.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Calendar.V3.Model.EventWorkingLocationPropertiesOfficeLocation{
    buildingId: String.t() | nil,
    deskId: String.t() | nil,
    floorId: String.t() | nil,
    floorSectionId: String.t() | nil,
    label: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.