DatasetList

AutomationCloudCRMEnterpriseSales

Properties

Name Type Description
datasets array
nextPageUrl stringnull
totalSize integer
url string
View JSON Schema on GitHub

JSON Schema

salesforce-automation-datasetlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DatasetList",
  "title": "DatasetList",
  "type": "object",
  "properties": {
    "datasets": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Dataset"
      }
    },
    "nextPageUrl": {
      "type": [
        "string",
        "null"
      ]
    },
    "totalSize": {
      "type": "integer"
    },
    "url": {
      "type": "string"
    }
  }
}