Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.81 KB

BroadbandNotificationResponse.md

File metadata and controls

19 lines (16 loc) · 1.81 KB

# BroadbandNotificationResponse

Properties

Name Type Description Notes
id string ID of the notification [optional]
current_state string State of the notification<p>Possible values:</p> <ul> <li><b>0</b> - Unknown.</li> <li><b>1</b> - Initial.</li> <li><b>2</b> - Update.</li> <li><b>3</b> - Closure.</li> <li><b>4</b> - Restoration.</li> <li><b>5</b> - Cancelled.</li> </ul> [optional]
updated_date \DateTime Date when notification was updated [optional]
start_date \DateTime Start date of planned downtime [optional]
end_date \DateTime End date of planned downtime [optional]
source string Source of the notification<p>Possible values:</p> <ul> <li><b>0</b> - Unknown.</li> <li><b>1</b> - Initial.</li> <li><b>2</b> - Update.</li> <li><b>3</b> - Update.</li> <li><b>4</b> - Update.</li> </ul> [optional]
geo_location string Geographical location of notification [optional]
description string Description of the notification [optional]
exchanges string[] Exchanges affected [optional]
area_code string Area codes affected [optional]
history \OpenAPI\Client\Model\BroadbandNotificationItemHistory[] Update history [optional]

[Back to Model list] [Back to API list] [Back to README]