A struct for open hours.
@type t() :: %ExNylas.OpenHours{ days: [integer()] | nil, end: String.t() | nil, exdates: [String.t()] | nil, start: String.t() | nil, timezone: String.t() | nil }