CreateBillingGroupResponse constructor

CreateBillingGroupResponse({
  1. String? billingGroupArn,
  2. String? billingGroupId,
  3. String? billingGroupName,
})

Implementation

CreateBillingGroupResponse({
  this.billingGroupArn,
  this.billingGroupId,
  this.billingGroupName,
});