ScheduledMaintenanceEntity model
import { ScheduledMaintenanceEntity } from "firehydrant-typescript-sdk/models/components";
let value: ScheduledMaintenanceEntity = {};
Field | Type | Required | Description |
---|---|---|---|
id |
string | ➖ | N/A |
name |
string | ➖ | N/A |
summary |
string | ➖ | N/A |
description |
string | ➖ | N/A |
createdAt |
Date | ➖ | N/A |
updatedAt |
Date | ➖ | N/A |
startsAt |
Date | ➖ | N/A |
endsAt |
Date | ➖ | 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 |