ExportRecurrencePeriod Class

The start and end date for recurrence schedule.

All required parameters must be populated in order to send to Azure.

Inheritance
ExportRecurrencePeriod

Constructor

ExportRecurrencePeriod(*, from_property: datetime.datetime, to: Optional[datetime.datetime] = None, **kwargs)

Parameters

from_property
datetime
Required

Required. The start date of recurrence.

to
datetime
Required

The end date of recurrence.