ConfigurationGetResponseBody
This is a response body class for an operation.
Properties
value
Optional
The ConfigurationModel instance representing the configuration of the Content Library Service.
JSON Example
{
"value": {
"automatic_sync_enabled": false,
"automatic_sync_start_hour": 0,
"automatic_sync_stop_hour": 0,
"maximum_concurrent_item_syncs": 0
}
}