AppsPeopleOzExternalMergedpeopleapiOpeningHours

GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiOpeningHours


Table of Contents ▼

Jump to a specific part of the page:

Description

The periods that this place is open during the week. The periods are in chronological order, starting with today in the place-local timezone. An empty (but not absent) value indicates a place that is never open, e.g. because it is closed temporarily for renovations.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. openNow (type: boolean(), default: nil)
    - Is this place open right now? Always present unless we lack time-of-day or timezone data for these opening hours.
  2. periods (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiOpeningHoursPeriod), default: nil)
    -
  3. weekdayTexts (type: list(String.t), default: nil)
    - Localized strings describing the opening hours of this place, one string for each day of the week. Will be empty if the hours are unknown or could not be converted to localized text. Example: "Sun: 18:00-06:00"

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiOpeningHours{
openNow: boolean() | nil,
periods: [ GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiOpeningHoursPeriod.t() ] | nil,
weekdayTexts: [String.t()] | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiOpeningHours