Bucket
constructor(createdAt: Instant, id: String, name: String, owner: String, updatedAt: Instant, public: Boolean, allowedMimeTypes: List<String>? = null, fileSizeLimit: Long? = null)(source)
Parameters
createdAt 
The creation date of the bucket
id
The id of the bucket
name
The name of the bucket
owner
The owner of the bucket
updatedAt 
The last update date of the bucket
public
Whether the bucket is public
allowedMimeTypes  
The allowed mime types for the bucket
fileSizeLimit  
The file size limit for the bucket