GoogleCloudChannelV1BillingAccount constructor

GoogleCloudChannelV1BillingAccount({
  1. String? createTime,
  2. String? currencyCode,
  3. String? displayName,
  4. String? name,
  5. String? regionCode,
})

Implementation

GoogleCloudChannelV1BillingAccount({
  this.createTime,
  this.currencyCode,
  this.displayName,
  this.name,
  this.regionCode,
});