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

If present, specifies that the user is working from a custom location.

Attributes

  • label (type: String.t, default: nil) - An optional extra label for additional information.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Calendar.V3.Model.EventWorkingLocationPropertiesCustomLocation{
    label: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.