UpdateBillingGroupResponse constructor

UpdateBillingGroupResponse({
  1. int? version,
})

Implementation

UpdateBillingGroupResponse({
  this.version,
});