GetSpacesBucketPlainArgs

data class GetSpacesBucketPlainArgs(val name: String, val region: String) : ConvertibleToJava<GetSpacesBucketPlainArgs>

A collection of arguments for invoking getSpacesBucket.

Constructors

Link copied to clipboard
constructor(name: String, region: String)

Properties

Link copied to clipboard

The name of the Spaces bucket.

Link copied to clipboard

The slug of the region where the bucket is stored.

Functions

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