Get R2Bucket Event Notification Result
data class GetR2BucketEventNotificationResult(val accountId: String, val bucketName: String, val id: String, val queues: List<GetR2BucketEventNotificationQueue>)
A collection of values returned by getR2BucketEventNotification.
Constructors
Link copied to clipboard
constructor(accountId: String, bucketName: String, id: String, queues: List<GetR2BucketEventNotificationQueue>)