{
"sections": [
"title",
"description",
"fields",
"wsdl_segment"
],
"title": "SOQLResult - Tooling API",
"description": "A complex type that represents the result of a SOQL query in an ApexExecutionOverlayResult object. Available from API version 28.0 or later.",
"fields_columns": [
"type",
"description"
],
"fields": {
"queryError": {
"type": "string",
"description": "The error text returned if the execution was unsuccessful."
},
"queryMetadata": {
"type": "QueryResultMetadata",
"description": "The structured result returned from a successful execution. QueryResultMetadata includes the following fields: columnMetadata entityName groupBy idSelected keyPrefix"
},
"queryResult": {
"type": "array of MapValue",
"description": "MapValue contains an array of MapEntry, which contains the following fields: keyDisplayValue value (reference to StateValue)"
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n\n \n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n\n\n \n \n \n \n \n\n\n \n\n```"
}