Class RecurringTimeWindow (0.2.0)

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

Represents an arbitrary window of time that recurs.

Attributes

NameDescription
window google.cloud.edgecontainer_v1.types.TimeWindow
The window of the first recurrence.
recurrence str
An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this window recurs. They go on for the span of time between the start and end time.

Inheritance

builtins.object > proto.message.Message > RecurringTimeWindow