BucketObjectOwnerResponse

data class BucketObjectOwnerResponse(val entity: String, val entityId: String)

The owner of the object. This will always be the uploader of the object.

Constructors

Link copied to clipboard
fun BucketObjectOwnerResponse(entity: String, entityId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The entity, in the form user-userId.

Link copied to clipboard

The ID for the entity.