GetBucketObjectContentPlainArgs

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

A collection of arguments for invoking getBucketObjectContent.

Constructors

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

Properties

Link copied to clipboard

The name of the containing bucket.

Link copied to clipboard
val content: String? = null

(Computed) The content of the object.

Link copied to clipboard

The name of the object.

Functions

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