GoogleApi.Calendar.V3.Model.EventWorkingLocationPropertiesCustomLocation (google_api_calendar v0.26.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.