Dropbox · Schema

BulkSendJobResponse

_t__BulkSendJobResponse::DESCRIPTION

Documents

Properties

Name Type Description
bulk_send_job_id string _t__BulkSendJobResponse::BULK_SEND_JOB_ID
total integer _t__BulkSendJobResponse::TOTAL
is_creator boolean _t__BulkSendJobResponse::IS_CREATOR
created_at integer _t__BulkSendJobResponse::CREATED_AT
View JSON Schema on GitHub

JSON Schema

dropbox-bulksendjobresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BulkSendJobResponse",
  "title": "BulkSendJobResponse",
  "description": "_t__BulkSendJobResponse::DESCRIPTION",
  "properties": {
    "bulk_send_job_id": {
      "description": "_t__BulkSendJobResponse::BULK_SEND_JOB_ID",
      "type": "string",
      "nullable": true
    },
    "total": {
      "description": "_t__BulkSendJobResponse::TOTAL",
      "type": "integer"
    },
    "is_creator": {
      "description": "_t__BulkSendJobResponse::IS_CREATOR",
      "type": "boolean"
    },
    "created_at": {
      "description": "_t__BulkSendJobResponse::CREATED_AT",
      "type": "integer"
    }
  },
  "type": "object",
  "x-internal": true
}