GetBucketObjectPlainArgs

data class GetBucketObjectPlainArgs(val bucket: String? = null, val name: String? = null) : ConvertibleToJava<GetBucketObjectPlainArgs>

A collection of arguments for invoking getBucketObject.

Constructors

Link copied to clipboard
constructor(bucket: String? = null, name: String? = null)

Properties

Link copied to clipboard
val bucket: String? = null

The name of the containing bucket.

Link copied to clipboard
val name: String? = null

The name of the object.

Functions

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