GoogleApi.MyBusinessBusinessInformation.V1.Model.BusinessHours (google_api_my_business_business_information v0.5.2)
View SourceRepresents the time periods that this location is open for business. Holds a collection of TimePeriod instances.
Attributes
-
periods
(type:list(GoogleApi.MyBusinessBusinessInformation.V1.Model.TimePeriod.t)
, default:nil
) - Required. A collection of times that this location is open for business. Each period represents a range of hours when the location is open during the week.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.BusinessHours{ periods: [GoogleApi.MyBusinessBusinessInformation.V1.Model.TimePeriod.t()] | nil }