Voting helps other researchers find interesting modules.
Represents the information about user's working hours during one day. Note that a period on Monday from 18:00 - 00:00 is represented as a triplet (1, 1080, 1440).
dayOfWeek
integer()
nil
periodEndMinutes
periodStartMinutes
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaAvailabilityPeriod{ dayOfWeek: integer() | nil, periodEndMinutes: integer() | nil, periodStartMinutes: integer() | nil }
@spec decode(struct(), keyword()) :: struct()