ServiceInfoDrResponseEntity
                                ServiceInfoDrResponseEntity                            
                            Detailed information about a service
AllOf
                                        This class requires all of the following:
                                                                                            
                                            
                                        JSON Example
                                    {
    "id": "ui-service",
    "name": "ui-service",
    "description": "string",
    "startup_type": "string",
    "is_running": false,
    "_meta": {
        "errors": [
            {
                "code": "string",
                "message": "string",
                "field": "string"
            }
        ]
    }
}