GoogleCloudBillingBudgetsV1ThresholdRule constructor

GoogleCloudBillingBudgetsV1ThresholdRule({
  1. String? spendBasis,
  2. double? thresholdPercent,
})

Implementation

GoogleCloudBillingBudgetsV1ThresholdRule({
  this.spendBasis,
  this.thresholdPercent,
});