AttributeSetsResponse

Response containing a collection of attribute sets

AutomationCustomer JourneyDigital MarketingEmailMarketingPersonalization

Properties

Name Type Description
count integer
items array
View JSON Schema on GitHub

JSON Schema

salesforce-marketing-cloud-attribute-sets-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AttributeSetsResponse",
  "type": "object",
  "description": "Response containing a collection of attribute sets",
  "properties": {
    "count": {
      "type": "integer"
    },
    "items": {
      "type": "array"
    }
  }
}