HubBillingInfoFormatArgs

data class HubBillingInfoFormatArgs(val maxUnits: Output<Int>? = null, val minUnits: Output<Int>? = null, val skuName: Output<String>? = null) : ConvertibleToJava<HubBillingInfoFormatArgs>

Hub billing info.

Constructors

Link copied to clipboard
constructor(maxUnits: Output<Int>? = null, minUnits: Output<Int>? = null, skuName: Output<String>? = null)

Properties

Link copied to clipboard
val maxUnits: Output<Int>? = null

The maximum number of units can be used. One unit is 10,000 Profiles and 100,000 Interactions.

Link copied to clipboard
val minUnits: Output<Int>? = null

The minimum number of units will be billed. One unit is 10,000 Profiles and 100,000 Interactions.

Link copied to clipboard
val skuName: Output<String>? = null

The sku name.

Functions

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