EdgeDataplaneFlowQueryParameters (type)

{
  "extends": {
    "$ref": "ListResultQueryParameters
  }, 
  "id": "EdgeDataplaneFlowQueryParameters", 
  "properties": {
    "fields": {
      "description": "Comma-separated field names to include in query result", 
      "title": "Fields to include in query results", 
      "type": "string"
    }, 
    "top_10": {
      "default": false, 
      "description": "Collect top 10 flows when set to true, else collect all flows.", 
      "title": "Collect top 10 flows when set to true", 
      "type": "boolean"
    }
  }, 
  "type": "object"
}