Get R2Bucket Sippy Result
data class GetR2BucketSippyResult(val accountId: String, val bucketName: String, val destination: GetR2BucketSippyDestination, val enabled: Boolean, val id: String, val source: GetR2BucketSippySource)
A collection of values returned by getR2BucketSippy.
Constructors
Link copied to clipboard
constructor(accountId: String, bucketName: String, destination: GetR2BucketSippyDestination, enabled: Boolean, id: String, source: GetR2BucketSippySource)