Library_Item_Downloadsession_File_List_ResponseBody

Library_Item_Downloadsession_File_List_ResponseBody
Library_Item_Downloadsession_File_List_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 list of File.Info instances.