Properties
| Name | Type | Description |
|---|---|---|
| dataset | object | |
| destination_conf | object | |
| enabled | object | |
| error_message | object | |
| frequency | object | |
| id | object | |
| kind | object | |
| last_complete | object | |
| last_error | object | |
| logpull_options | object | |
| max_upload_bytes | object | |
| max_upload_interval_seconds | object | |
| max_upload_records | object | |
| name | object | |
| output_options | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/logpush_logpush_job",
"title": "logpush_logpush_job",
"nullable": true,
"properties": {
"dataset": {
"$ref": "#/components/schemas/logpush_dataset"
},
"destination_conf": {
"$ref": "#/components/schemas/logpush_destination_conf"
},
"enabled": {
"$ref": "#/components/schemas/logpush_enabled"
},
"error_message": {
"$ref": "#/components/schemas/logpush_error_message"
},
"frequency": {
"$ref": "#/components/schemas/logpush_frequency"
},
"id": {
"$ref": "#/components/schemas/logpush_id"
},
"kind": {
"$ref": "#/components/schemas/logpush_kind"
},
"last_complete": {
"$ref": "#/components/schemas/logpush_last_complete"
},
"last_error": {
"$ref": "#/components/schemas/logpush_last_error"
},
"logpull_options": {
"$ref": "#/components/schemas/logpush_logpull_options"
},
"max_upload_bytes": {
"$ref": "#/components/schemas/logpush_max_upload_bytes"
},
"max_upload_interval_seconds": {
"$ref": "#/components/schemas/logpush_max_upload_interval_seconds"
},
"max_upload_records": {
"$ref": "#/components/schemas/logpush_max_upload_records"
},
"name": {
"$ref": "#/components/schemas/logpush_name"
},
"output_options": {
"$ref": "#/components/schemas/logpush_output_options"
}
},
"type": "object"
}