BillingJobHealth
Billing job health for a single background job.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
failures_total |
integer | Yes | |
job |
string | Yes |
View JSON Schema
{
"type": "object",
"description": "Billing job health for a single background job.",
"required": [
"job",
"failures_total"
],
"properties": {
"failures_total": {
"type": "integer",
"format": "int64",
"minimum": 0
},
"job": {
"type": "string"
}
}
}