Values.DeleteSubscriberRequestSourceRequest of DeleteSubscriber
type nonrec t = {accountId : AccountId.t;The accountId that is associated with the budget whose subscriber you want to delete.
*)budgetName : BudgetName.t;The name of the budget whose subscriber you want to delete.
*)notification : Notification.t;The notification whose subscriber you want to delete.
*)subscriber : Subscriber.t;The subscriber that you want to delete.
*)}val make :
accountId:AccountId.t ->
budgetName:BudgetName.t ->
notification:Notification.t ->
subscriber:Subscriber.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of AccountId.t
| `Structure of
(string
* [> `Double of NotificationThreshold.t
| `Enum of string
| `String of SubscriberAddress.t ])
list ])
list ]