Class TimePeriod (0.1.1)

TimePeriod(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a time period in a week.

Attributes

Name Description
start_time google.type.timeofday_pb2.TimeOfDay
Required. The start of the time period.
end_time google.type.timeofday_pb2.TimeOfDay
Required. The end of the time period.
days MutableSequence[google.type.dayofweek_pb2.DayOfWeek]
Required. The days of the week that the time period is active.