LibraryItemDownloadsessionFilePrepareRequestBody

This is a request body class for an operation.


Properties

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.

Possible values are: HTTPSDIRECT

JSON Example

{
	"file_name": "string"
}

Feedback

Was this page helpful?