Represents a period of time during which a business location is open.
| Name | Type | Description | Notes |
|---|---|---|---|
| dayOfWeek | String | The day of week for this time period. See DayOfWeek for possible values | [optional] |
| startLocalTime | String | The start time of a business hours period, specified in local time using partial-time RFC3339 format. | [optional] |
| endLocalTime | String | The end time of a business hours period, specified in local time using partial-time RFC3339 format. | [optional] |