TimeSettingsDrResponseEntity
                                TimeSettingsDrResponseEntity                            
                            Information about time settings.
AllOf
                                        This class requires all of the following:
                                                                                            
                                            
                                        JSON Example
                                    {
    "current_time": 0,
    "zone": "string",
    "synchronization": {
        "mode": "string",
        "ntp_servers": [
            {}
        ]
    },
    "_meta": {
        "errors": [
            {
                "code": "string",
                "message": "string",
                "field": "string"
            }
        ]
    }
}