UploadFileInfoResponse

data class UploadFileInfoResponse(val headers: Map<String, String>, val signedUri: String, val uriExpirationTime: String)

A resource that contains a URI to which a data file can be uploaded.

Constructors

Link copied to clipboard
fun UploadFileInfoResponse(headers: Map<String, String>, signedUri: String, uriExpirationTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The headers that were used to sign the URL.

Link copied to clipboard

Upload URI for the file.

Link copied to clipboard

Expiration time of the upload URI.