GetDistributionTenantPlainArgs

data class GetDistributionTenantPlainArgs(val id: String) : ConvertibleToJava<GetDistributionTenantPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The ID of the distribution tenant.

Functions

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