ExportSettingsDrResponseEntity
ExportSettingsDrResponseEntity
The specification of export configuration.
AllOf
JSON Example
{
"schedule": {
"time": {
"hh": 0,
"mm": 0
},
"frequency": 0,
"day_of_week": "string"
},
"enable_scheduler": false,
"retention": 0,
"datastore_path": {
"datastore": "Datastore:datastore-16:ff4a23e7-2fed-4be0-be39-479ae372badd",
"path": "/path/to/folder",
"datastore_name": "local-datastore"
},
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}