GetSpacesBucketObjectPlainArgs

data class GetSpacesBucketObjectPlainArgs(val bucket: String, val key: String, val range: String? = null, val region: String, val versionId: String? = null) : ConvertibleToJava<GetSpacesBucketObjectPlainArgs>

A collection of arguments for invoking getSpacesBucketObject.

Constructors

Link copied to clipboard
constructor(bucket: String, key: String, range: String? = null, region: String, versionId: String? = null)

Properties

Link copied to clipboard

The name of the bucket to read the object from.

Link copied to clipboard
val key: String

The full path to the object inside the bucket

Link copied to clipboard
val range: String? = null
Link copied to clipboard

The slug of the region where the bucket is stored.

Link copied to clipboard
val versionId: String? = null

Specific version ID of the object returned (defaults to latest version)

Functions

Link copied to clipboard
open override fun toJava(): GetSpacesBucketObjectPlainArgs