The schedule of auto-update configured by the admin
| Name | Type | Description | Notes |
|---|---|---|---|
| Cron | string | The schedule of the update in cron format. The cron settings are limited to only the day of the month or the nth-day-of-the-week configurations. For example, `0 8 ? * 6#3` indicates every third Saturday at 8:00 AM. | [optional] |
| Delay | int | Delay in days | [optional] |
| Duration | int | Duration in minutes | [optional] |
| LastUpdated | DateTimeOffset | Timestamp when the update finished (only for a successful or failed update, not for a cancelled update). Null is returned if the job hasn't finished once yet. | [optional] |
| Timezone | string | Timezone of where the scheduled job takes place | [optional] |