GetBucketPlainArgs

data class GetBucketPlainArgs(val name: String) : ConvertibleToJava<GetBucketPlainArgs>

A collection of arguments for invoking getBucket.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

The name of the bucket.

Functions

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