GoogleApi.ContentWarehouse.V1.Model.BusinessHours
Table of Contents ▼
Jump to a specific part of the page:
Description
We divide up a week into individual open intervals. If any are present then they must be arranged in strictly increasing order, with non-empty spaces between successive intervals, and all times between 0 and 604800, the number of seconds in a week.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
dayopen
(type:integer()
, default:nil
)
- -
interval
(type:list(GoogleApi.ContentWarehouse.V1.Model.BusinessHoursInterval)
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.BusinessHours{
dayopen: integer() | nil,
interval: [GoogleApi.ContentWarehouse.V1.Model.BusinessHoursInterval.t()] | nil
}
dayopen: integer() | nil,
interval: [GoogleApi.ContentWarehouse.V1.Model.BusinessHoursInterval.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.BusinessHours