GetR2BucketCorsPlainArgs

data class GetR2BucketCorsPlainArgs(val accountId: String, val bucketName: String) : ConvertibleToJava<GetR2BucketCorsPlainArgs>

A collection of arguments for invoking getR2BucketCors.

Constructors

Link copied to clipboard
constructor(accountId: String, bucketName: String)

Properties

Link copied to clipboard

Account ID

Link copied to clipboard

Name of the bucket

Functions

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