GetBucketsPlainArgs

data class GetBucketsPlainArgs(val prefix: String? = null, val project: String? = null) : ConvertibleToJava<GetBucketsPlainArgs>

A collection of arguments for invoking getBuckets.

Constructors

Link copied to clipboard
constructor(prefix: String? = null, project: String? = null)

Properties

Link copied to clipboard
val prefix: String? = null

Filter results to buckets whose names begin with this prefix.

Link copied to clipboard
val project: String? = null

The ID of the project. If it is not provided, the provider project is used.

Functions

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