DocumentFileResponse
File information — always present. size/contentType may be absent if that information can't be resolved.
size(integer | null)<int64>nullable
Example:
1088229contentType object
oneOf
- ContentTypeResponse
- null
mediaTypestringrequired
Example:
application/pdfcharsetstring | nullnullable
DocumentFileResponse
{
"size": 1088229,
"contentType": {
"mediaType": "application/pdf",
"charset": "string"
}
}