ProjectBillingInfo constructor

ProjectBillingInfo({
  1. String? billingAccountName,
  2. bool? billingEnabled,
  3. String? name,
  4. String? projectId,
})

Implementation

ProjectBillingInfo({
  this.billingAccountName,
  this.billingEnabled,
  this.name,
  this.projectId,
});