Struct pagerduty::integration::response::Success
[−]
[src]
pub struct Success {
pub status: String,
pub message: String,
pub incident_key: String,
}If the request is well-formatted, PagerDuty will respond with HTTP code 200 and this object.
Fields
status | The string "success" |
message | Event processed |
incident_key | The key of the incident that will be affected by the request. |