{
"sections": [
"title",
"description",
"fields",
"wsdl_segment"
],
"title": "HeapDump - Tooling API",
"description": "A complex type that represents a heap dump in an ApexExecutionOverlayResult object. Available from API version 28.0 or later.",
"fields_columns": [
"type",
"description"
],
"fields": {
"className": {
"type": "string",
"description": "The name of the Apex class or trigger."
},
"extents": {
"type": "array of TypeExtent",
"description": "TypeExtent includes the following fields: collectionType count definition (array of AttributeDefinition) extent (array of HeapAddress) totalSize typeName"
},
"heapDumpDate": {
"type": "dateTime",
"description": "The date and time that the heap dump was captured."
},
"namespace": {
"type": "string",
"description": "The namespace of the Apex class or trigger. Null if there is no namespace."
}
},
"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```"
}