Webex · Schema

SiteBulkExportDTO

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
name string
multimediaProfileName string
View JSON Schema on GitHub

JSON Schema

webex-sitebulkexportdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SiteBulkExportDTO",
  "title": "SiteBulkExportDTO",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "multimediaProfileName": {
      "type": "string"
    }
  }
}