GetBucketPlainArgs

data class GetBucketPlainArgs(val bucket: String, val ifMetagenerationMatch: String? = null, val ifMetagenerationNotMatch: String? = null, val projection: String? = null, val userProject: String? = null) : ConvertibleToJava<GetBucketPlainArgs>

Constructors

Link copied to clipboard
constructor(bucket: String, ifMetagenerationMatch: String? = null, ifMetagenerationNotMatch: String? = null, projection: String? = null, userProject: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val projection: String? = null
Link copied to clipboard
val userProject: String? = null

Functions

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