GoogleApi.MyBusinessBusinessInformation.V1.Model.SpecialHours (google_api_my_business_business_information v0.5.2)
View SourceRepresents a set of time periods when a location's operational hours differ from its normal business hours.
Attributes
-
specialHourPeriods
(type:list(GoogleApi.MyBusinessBusinessInformation.V1.Model.SpecialHourPeriod.t)
, default:nil
) - Required. A list of exceptions to the business's regular hours.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.SpecialHours{ specialHourPeriods: [GoogleApi.MyBusinessBusinessInformation.V1.Model.SpecialHourPeriod.t()] | nil }