GetCostAllocationRulePlainArgs

data class GetCostAllocationRulePlainArgs(val billingAccountId: String, val ruleName: String) : ConvertibleToJava<GetCostAllocationRulePlainArgs>

Constructors

Link copied to clipboard
constructor(billingAccountId: String, ruleName: String)

Properties

Link copied to clipboard

BillingAccount ID

Link copied to clipboard

Cost allocation rule name. The name cannot include spaces or any non alphanumeric characters other than '_' and '-'. The max length is 260 characters.

Functions

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