View Source GoogleApi.ContentWarehouse.V1.Model.BusinessHours (google_api_content_warehouse v0.4.0)

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

  • dayopen (type: integer(), default: nil) -
  • interval (type: list(GoogleApi.ContentWarehouse.V1.Model.BusinessHoursInterval.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.BusinessHours{
  dayopen: integer() | nil,
  interval:
    [GoogleApi.ContentWarehouse.V1.Model.BusinessHoursInterval.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.