GetBucketPlainArgs

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

Constructors

Link copied to clipboard
constructor(bucketName: String)

Properties

Link copied to clipboard

The name for the bucket.

Functions

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