Values.OutboundRequestSourceAn outbound request for a campaign.
type nonrec t = {clientToken : ClientToken.t;expirationTime : TimeStamp.t;channelSubtypeParameters : ChannelSubtypeParameters.t;}val make :
clientToken:ClientToken.t ->
expirationTime:TimeStamp.t ->
channelSubtypeParameters:ChannelSubtypeParameters.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ClientToken.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Integer of RingTimeout.t
| `Map of
([> `String of AttributeName.t ]
* [> `String of AttributeValue.t ])
list
| `String of DestinationPhoneNumber.t
| `Structure of
(string * [> `Boolean of Boolean.t ]) list ])
list ])
list
| `Timestamp of TimeStamp.t ])
list ]