Information about an upload destination.

UploadDestination

interface UploadDestination {
    headers?: object;
    uploadDestinationId?: string;
    url?: string;
}

Properties

headers?: object

The headers to include in the upload request.

UploadDestination

uploadDestinationId?: string

The unique identifier for the upload destination.

UploadDestination

url?: string

The URL for the upload destination.

UploadDestination