LibraryItemDownloadSessionCreateRequestBody
This is a request body class for an operation.
Properties
create_spec
Required
Specification for the new download session to be created.
string
client_token
Optional
A unique token generated by the client for each creation request. The token should be a universally unique identifier (UUID), for example: b8a2a2e3-2314-43cd-a871-6ede0f429751. This token can be used to guarantee idempotent creation. If not specified creation is not idempotent.
JSON Example
{
"create_spec": {}
}