GetAssociatedTenantPlainArgs

data class GetAssociatedTenantPlainArgs(val associatedTenantName: String, val billingAccountName: String) : ConvertibleToJava<GetAssociatedTenantPlainArgs>

Constructors

Link copied to clipboard
constructor(associatedTenantName: String, billingAccountName: String)

Properties

Link copied to clipboard

The ID that uniquely identifies a tenant.

Link copied to clipboard

The ID that uniquely identifies a billing account.

Functions

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