GoogleCloudApigeeV1CreditAppGroupBalanceRequest constructor

GoogleCloudApigeeV1CreditAppGroupBalanceRequest({
  1. GoogleTypeMoney? transactionAmount,
  2. String? transactionId,
})

Implementation

GoogleCloudApigeeV1CreditAppGroupBalanceRequest({
  this.transactionAmount,
  this.transactionId,
});