Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IncidentReceiverServers ¶
type IncidentReceiverServers struct { // The unique identifier for the Incident Receiver. ID int `json:"id"` // The Incident Receiver server name. Name string `json:"name,omitempty"` // The Incident Receiver server URL. URL string `json:"url,omitempty"` // The status of the Incident Receiver. Status string `json:"status,omitempty"` // The Incident Receiver server flag. Flags int `json:"flags,omitempty"` }
Click to show internal directories.
Click to hide internal directories.