Record
alert
No description available.
record alert {
created-at: option<alert-created-at>,
html-url: option<alert-html-url>,
locations-url: option<string>,
number: option<alert-number>,
push-protection-bypassed: option<bool>,
push-protection-bypassed-at: option<string>,
push-protection-bypassed-by: option<nullable-simple-user>,
resolution: option<alert-resolution>,
resolution-comment: option<string>,
resolved-at: option<string>,
resolved-by: option<nullable-simple-user>,
secret: option<string>,
secret-type: option<string>,
secret-type-display-name: option<string>,
state: option<alert-state>,
updated-at: option<nullable-alert-updated-at>,
url: option<alert-url>,
}Fields
| Name | Type | Description |
|---|---|---|
| created-at | option<alert-created-at> | |
| html-url | option<alert-html-url> | |
| locations-url | option<string> | |
| number | option<alert-number> | |
| push-protection-bypassed | option<bool> | |
| push-protection-bypassed-at | option<string> | |
| push-protection-bypassed-by | option<nullable-simple-user> | |
| resolution | option<alert-resolution> | |
| resolution-comment | option<string> | |
| resolved-at | option<string> | |
| resolved-by | option<nullable-simple-user> | |
| secret | option<string> | |
| secret-type | option<string> | |
| secret-type-display-name | option<string> | |
| state | option<alert-state> | |
| updated-at | option<nullable-alert-updated-at> | |
| url | option<alert-url> |