regularSecondaryOpeningHours property

List<GoogleMapsPlacesV1PlaceOpeningHours>? regularSecondaryOpeningHours
getter/setter pair

Contains an array of entries for information about regular secondary hours of a business.

Secondary hours are different from a business's main hours. For example, a restaurant can specify drive through hours or delivery hours as its secondary hours. This field populates the type subfield, which draws from a predefined list of opening hours types (such as DRIVE_THROUGH, PICKUP, or TAKEOUT) based on the types of the place.

Implementation

core.List<GoogleMapsPlacesV1PlaceOpeningHours>? regularSecondaryOpeningHours;