Aller au contenu principal

DocumentFileResponse

File information — always present. size/contentType may be absent if that information can't be resolved.

size(integer | null)<int64>nullable
Example: 1088229
contentType object
oneOf
mediaTypestringrequired
Example: application/pdf
charsetstring | nullnullable
DocumentFileResponse
{
"size": 1088229,
"contentType": {
"mediaType": "application/pdf",
"charset": "string"
}
}