GetR2CustomDomainPlainArgs

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

A collection of arguments for invoking getR2CustomDomain.

Constructors

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

Properties

Link copied to clipboard

Account ID

Link copied to clipboard

Name of the bucket

Link copied to clipboard

Name of the custom domain

Functions

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