GoogleCloudApigeeV1DeveloperBalanceWallet constructor

GoogleCloudApigeeV1DeveloperBalanceWallet({
  1. GoogleTypeMoney? balance,
  2. String? lastCreditTime,
})

Implementation

GoogleCloudApigeeV1DeveloperBalanceWallet({
  this.balance,
  this.lastCreditTime,
});