ScheduledMaintenanceEntity model
Field | Type | Required | Description |
---|---|---|---|
ID |
*string | ➖ | N/A |
Name |
*string | ➖ | N/A |
Summary |
*string | ➖ | N/A |
Description |
*string | ➖ | N/A |
CreatedAt |
*time.Time | ➖ | N/A |
UpdatedAt |
*time.Time | ➖ | N/A |
StartsAt |
*time.Time | ➖ | N/A |
EndsAt |
*time.Time | ➖ | N/A |
Incident |
*components.IncidentEntity | ➖ | IncidentEntity model |
StatusPages |
[]components.ScheduledMaintenancesStatusPageEntity | ➖ | N/A |
Impacts |
[]components.ScheduledMaintenancesImpactEntity | ➖ | N/A |
Labels |
*components.ScheduledMaintenanceEntityLabels | ➖ | An object of label key and values |