View Source PlacetelAPI.Model.PutRoutingsTimeSettings (placetel_api v2.0.1)

Link to this section Summary

Link to this section Types

@type t() :: %PlacetelAPI.Model.PutRoutingsTimeSettings{
  additional_dates: String.t() | nil,
  enabled: boolean() | nil,
  extended_time_settings: boolean() | nil,
  fri: boolean() | nil,
  mon: boolean() | nil,
  sat: boolean() | nil,
  sun: boolean() | nil,
  thu: boolean() | nil,
  time_from: String.t() | nil,
  time_ranges: String.t() | nil,
  time_to: String.t() | nil,
  tue: boolean() | nil,
  wed: boolean() | nil
}