RestoreObject

data class RestoreObject(val key: BucketKey, val days: Int, val description: String? = null, val tier: RestoreTier? = null) : S3BucketAction<Unit>

Constructors

Link copied to clipboard
constructor(key: BucketKey, days: Int, description: String? = null, tier: RestoreTier? = null)

Properties

Link copied to clipboard
val days: Int
Link copied to clipboard
val description: String? = null
Link copied to clipboard
Link copied to clipboard
val tier: RestoreTier? = null

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<Unit, RemoteFailure>