Values_0.UpdateBillingGroupRequestSourceUpdates information about the billing group. Requires permission to access the UpdateBillingGroup action.
type nonrec t = {billingGroupName : BillingGroupName.t;The name of the billing group.
*)billingGroupProperties : BillingGroupProperties.t;The properties of the billing group.
*)expectedVersion : 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 UpdateBillingGroup request is rejected with a VersionConflictException.
*)}val make :
?expectedVersion:??? ->
billingGroupName:BillingGroupName.t ->
billingGroupProperties:BillingGroupProperties.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Long of OptionalVersion.t
| `String of BillingGroupName.t
| `Structure of
(string * [> `String of BillingGroupDescription.t ]) list ])
list ]