Contents

CreatedJob

An object that represents a newly created download request.

Declaration

object CreatedJob

Properties

NameTypeDescription
parentRequestIdstring

For recurring requests, a UUID that identifies the series of requests. For one-time requests, the server doesn’t include this key in the response.

requestIdstring

A UUID that identifies this request.

statusstring

success if the server created the request; error otherwise.

statusCheckDelayinteger

The number of seconds to wait before you call Get recurring request status or Get one-time request status.

See Also

Request creation