A blackout window, which describes periods during which maintenance activities may not take place.
| Name | Editable? | Required? | Type | Nullable? | Summary | 
|---|---|---|---|---|---|
| BlackoutWindowEntries | TeamDynamix.Api.Cmdb.BlackoutWindowEntry[] | This field is nullable. | The entries associated with the window. | ||
| ID | Int32 | The ID of the window. | |||
| Name | This field is editable through the web API. | This field is required. | String | The name of the window. | |
| Description | This field is editable through the web API. | String | This field is nullable. | The description of the window. | |
| TimeZoneID | This field is editable through the web API. | Int32 | The ID of the time zone associated with the window. When unset, the time zone will default to the organization's time zone. | ||
| TimeZoneName | String | This field is nullable. | The name of the time zone associated with the window. | ||
| IsActive | This field is editable through the web API. | Boolean | The active status of the window. | ||
| CreatedDateUtc | DateTime | The created date of the window. | |||
| CreatedUid | Guid | The UID of the user who created the window. | |||
| CreatedFullName | String | The full name of the user who created the window. | |||
| ModifiedDateUtc | DateTime | The last modified date of the window. | |||
| ModifiedUid | Guid | The UID of the user who last modified the window. | |||
| ModifiedFullName | String | The full name of the user who last modified the window. |