ObjectSummary

data class ObjectSummary(val ETag: String? = null, val Key: BucketKey, val LastModified: Timestamp? = null, val DisplayName: String? = null, val ID: String? = null, val Owner: Owner? = null, val Size: Int? = null, val StorageClass: StorageClass? = null)

Constructors

Link copied to clipboard
constructor(ETag: String? = null, Key: BucketKey, LastModified: Timestamp? = null, DisplayName: String? = null, ID: String? = null, Owner: Owner? = null, Size: Int? = null, StorageClass: StorageClass? = null)

Properties

Link copied to clipboard
val DisplayName: String? = null
Link copied to clipboard
val ETag: String? = null
Link copied to clipboard
val ID: String? = null
Link copied to clipboard
Link copied to clipboard
val LastModified: Timestamp? = null
Link copied to clipboard
val Owner: Owner? = null
Link copied to clipboard
val Size: Int? = null
Link copied to clipboard