Values_1.DeleteBillingGroupRequestSourceDeletes the billing group. Requires permission to access the DeleteBillingGroup action.
type nonrec t = {billingGroupName : Values_0.BillingGroupName.t;The name of the billing group.
*)expectedVersion : Values_0.OptionalVersion.t option;The expected version of the billing group. If the version of the billing group does not match the expected version specified in the request, the DeleteBillingGroup request is rejected with a VersionConflictException.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Values_0.OptionalVersion.t
| `String of Values_0.BillingGroupName.t ])
list ]