BucketOwnerResponse

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

The owner of the bucket. This is always the project team's owner group.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The entity, in the form project-owner-projectId.

Link copied to clipboard

The ID for the entity.