SObjectTreeResponse

AutomationCloudCRMEnterpriseSales

Properties

Name Type Description
hasErrors boolean
results array
View JSON Schema on GitHub

JSON Schema

salesforce-automation-sobjecttreeresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SObjectTreeResponse",
  "title": "SObjectTreeResponse",
  "type": "object",
  "properties": {
    "hasErrors": {
      "type": "boolean"
    },
    "results": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "referenceId": {
            "type": "string"
          },
          "id": {
            "type": "string"
          }
        }
      }
    }
  }
}