Library_Item_Downloadsession_File_Prepare_RequestBody
Library_Item_Downloadsession_File_Prepare_RequestBody
This is a request body class for an operation.
JSON Example
{
"file_name": "string",
"endpoint_type": "string"
}
string
file_name
Required
Name of the file requested for download.
endpoint_type
Optional
The File.EndpointType enumerated type defines the types of endpoints used to download the file.
HTTPS : An https download endpoint.
DIRECT : A direct download endpoint indicating the location of the file on storage. The caller is responsible for retrieving the file from the storage location directly.