Record
update-outbound-voice-profile-params
No description available.
record update-outbound-voice-profile-params {
id: string,
billing-group-id: option<string>,
call-recording: option<outbound-call-recording>,
concurrent-call-limit: option<s32>,
daily-spend-limit: option<string>,
daily-spend-limit-enabled: option<bool>,
enabled: option<bool>,
max-destination-rate: option<f64>,
name: string,
service-plan: option<service-plan>,
tags: option<list<string>>,
traffic-type: option<traffic-type>,
usage-payment-method: option<usage-payment-method>,
whitelisted-destinations: option<list<string>>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| billing-group-id | option<string> | |
| call-recording | option<outbound-call-recording> | |
| concurrent-call-limit | option<s32> | |
| daily-spend-limit | option<string> | |
| daily-spend-limit-enabled | option<bool> | |
| enabled | option<bool> | |
| max-destination-rate | option<f64> | |
| name | string | |
| service-plan | option<service-plan> | |
| tags | option<list<string>> | |
| traffic-type | option<traffic-type> | |
| usage-payment-method | option<usage-payment-method> | |
| whitelisted-destinations | option<list<string>> |