Class OneTimeWindow (2.1.0)

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

One-time window within which actions are restricted. For example, blocking actions over New Year's Eve from December 31st at 5pm to January 1st at 9am.

Attributes

Name Description
start_date google.type.date_pb2.Date
Required. Start date.
start_time google.type.timeofday_pb2.TimeOfDay
Required. Start time (inclusive). Use 00:00 for the beginning of the day.
end_date google.type.date_pb2.Date
Required. End date.
end_time google.type.timeofday_pb2.TimeOfDay
Required. End time (exclusive). You may use 24:00 for the end of the day.