View Source GoogleApi.Calendar.V3.Model.EventWorkingLocationProperties (google_api_calendar v0.25.0)
Attributes
-
customLocation
(type:GoogleApi.Calendar.V3.Model.EventWorkingLocationPropertiesCustomLocation.t
, default:nil
) - If present, specifies that the user is working from a custom location. -
homeOffice
(type:any()
, default:nil
) - If present, specifies that the user is working at home. -
officeLocation
(type:GoogleApi.Calendar.V3.Model.EventWorkingLocationPropertiesOfficeLocation.t
, default:nil
) - If present, specifies that the user is working from an office. -
type
(type:String.t
, default:nil
) - Type of the working location. Possible values are:- "homeOffice" - The user is working at home.
- "officeLocation" - The user is working from an office.
- "customLocation" - The user is working from a custom location. Any details are specified in a sub-field of the specified name, but this field may be missing if empty. Any other fields are ignored. Required when adding working location properties.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Calendar.V3.Model.EventWorkingLocationProperties{ customLocation: GoogleApi.Calendar.V3.Model.EventWorkingLocationPropertiesCustomLocation.t() | nil, homeOffice: any() | nil, officeLocation: GoogleApi.Calendar.V3.Model.EventWorkingLocationPropertiesOfficeLocation.t() | nil, type: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.