{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields",
"wsdl_segment"
],
"title": "FlowElementTestCoverage - Tooling API",
"description": "Represents a flow element that was executed by a given Apex test method. Available in API version 44.0 and later.",
"supported_soap_calls": "`query()`, `delete()`, `retrieve()`, `update()`",
"supported_rest_api_http_methods": "`GET`, `HEAD`",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"ElementName": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort, Update",
"description": "The unique name of the flow element that’s executed by the test method."
},
"FlowTestCoverageId": {
"type": "ID",
"properties": "Filter, Group, Sort",
"description": "The ID of the parent FlowTestCoverage record."
},
"FlowVersionId": {
"type": "ID",
"properties": "Filter, Group, Sort, Update",
"description": "The ID of the flow version that’s executed by the test method."
}
},
"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```"
}