Hub Billing Info Format Args
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
fun HubBillingInfoFormatArgs(maxUnits: Output<Int>? = null, minUnits: Output<Int>? = null, skuName: Output<String>? = null)