ObjectDetails

data class ObjectDetails(val id: String? = null, val contentLength: Int? = null, val contentType: ContentType? = null, val eTag: String? = null, val lastModified: RfcTimestamp? = null, val restoreStatus: RestoreStatus? = null, val storageClass: StorageClass? = null, val versionId: String? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, contentLength: Int? = null, contentType: ContentType? = null, eTag: String? = null, lastModified: RfcTimestamp? = null, restoreStatus: RestoreStatus? = null, storageClass: StorageClass? = null, versionId: String? = null)

Properties

Link copied to clipboard
val contentLength: Int? = null
Link copied to clipboard
Link copied to clipboard
val eTag: String? = null
Link copied to clipboard
val id: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val versionId: String? = null