BaseService
                                BaseService                            
                            AllOf
                                        This class requires all of the following:
                                                                                            
                                            
                                        JSON Example
                                    {
    "entity_id": "string",
    "name": "string",
    "entity_type": "string",
    "protocol": "string",
    "port_ranges": [
        {
            "start": 0,
            "end": 0,
            "display": "string",
            "iana_name": "string",
            "iana_port_display": "string"
        }
    ]
}