GetR2BucketEventNotificationPlainArgs

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

A collection of arguments for invoking getR2BucketEventNotification.

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(): GetR2BucketEventNotificationPlainArgs