SkuArgs

data class SkuArgs(val name: Output<Either<String, Name>>) : ConvertibleToJava<SkuArgs>

The SKU of the Maps Account.

Constructors

Link copied to clipboard
constructor(name: Output<Either<String, Name>>)

Properties

Link copied to clipboard
val name: Output<Either<String, Name>>

The name of the SKU, in standard format (such as G2).

Functions

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