Library_Item_Downloadsession_File_Get_ResponseBody
Library_Item_Downloadsession_File_Get_ResponseBody
This is a response body class for an operation.
JSON Example
{
"value": {
"name": "string",
"size": 0,
"bytes_transferred": 0,
"status": "string",
"download_endpoint": {
"uri": "string",
"ssl_certificate_thumbprint": "string"
},
"checksum_info": {
"algorithm": "string",
"checksum": "string"
},
"error_message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
}
}
}
value
Optional
The File.Info instance containing the status of the file and its download link if available.