FileUploadResponse

data class FileUploadResponse(val id: String? = null, val path: String, val key: String? = null)(source)

The response of a file upload

Parameters

id

The id of the file

path

The path to the file. Can be used as is in BucketApi uploading methods

key

The key of the file

Constructors

Link copied to clipboard
constructor(id: String? = null, path: String, key: String? = null)

Properties

Link copied to clipboard
val id: String? = null
Link copied to clipboard
val key: String? = null
Link copied to clipboard