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