GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaAvailabilityPeriod
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
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).
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
dayOfWeek
(type:integer()
, default:nil
)
- Day of week, 0 for Sunday, 1 for Monday, ... -
periodEndMinutes
(type:integer()
, default:nil
)
- Period end, in minutes from the start of the day, exclusive. -
periodStartMinutes
(type:integer()
, default:nil
)
- Period start, in minutes from the start of the day, inclusive.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaAvailabilityPeriod