BucketKeyContent

data class BucketKeyContent(val key: BucketKey, val content: String, val modified: Instant, val headers: Headers, val tags: List<Tag>)

Constructors

Link copied to clipboard
constructor(key: BucketKey, content: String, modified: Instant, headers: Headers, tags: List<Tag>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Int
Link copied to clipboard
val tags: List<Tag>

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard