You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ListMessageItem.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@
22
22
|**campaign_class**|**String**| The campaign class of the message if it has one. |[optional]|
23
23
|**campaign_id**|**String**| The campaign ID of the message if it has one. |[optional]|
24
24
|**bw_latency**|**Integer**| The Bandwidth latency of the message in seconds. Only available for accounts with the Advanced Quality Metrics feature enabled. |[optional]|
25
+
|**carrier_latency**|**Integer**| The carrier latency of the message in seconds. Only available for OUTBOUND messages from accounts with the Advanced Quality Metrics feature enabled. |[optional]|
25
26
|**calling_number_country_a3**|**String**| The A3 country code of the calling number. |[optional]|
26
27
|**called_number_country_a3**|**String**| The A3 country code of the called number. |[optional]|
27
28
|**product**|**String**| The messaging product associated with the message. |[optional]|
Copy file name to clipboardExpand all lines: docs/MessagesApi.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,8 @@ opts = {
118
118
bw_queued:true, # Boolean | A boolean value indicating whether the message is queued in the Bandwidth network.
119
119
product:Bandwidth::ProductTypeEnum::LOCAL_A2_P, # ProductTypeEnum | Messaging product associated with the message.
120
120
location:'123ABC', # String | Location Id associated with the message.
121
+
carrier_queued:true, # Boolean | A boolean value indicating whether the message is queued in the carrier network. Only available for OUTBOUND messages from accounts with the Advanced Quality Metrics feature enabled.
122
+
from_carrier_latency:50, # Integer | The minimum carrier latency of the message in seconds. Only available for OUTBOUND messages from accounts with the Advanced Quality Metrics feature enabled.
121
123
calling_number_country_a3:'USA', # String | Calling number country in A3 format.
122
124
called_number_country_a3:'USA', # String | Called number country in A3 format.
|**bw_queued**|**Boolean**| A boolean value indicating whether the message is queued in the Bandwidth network. |[optional]|
178
180
|**product**|[**ProductTypeEnum**](.md)| Messaging product associated with the message. |[optional]|
179
181
|**location**|**String**| Location Id associated with the message. |[optional]|
182
+
|**carrier_queued**|**Boolean**| A boolean value indicating whether the message is queued in the carrier network. Only available for OUTBOUND messages from accounts with the Advanced Quality Metrics feature enabled. |[optional]|
183
+
|**from_carrier_latency**|**Integer**| The minimum carrier latency of the message in seconds. Only available for OUTBOUND messages from accounts with the Advanced Quality Metrics feature enabled. |[optional]|
180
184
|**calling_number_country_a3**|**String**| Calling number country in A3 format. |[optional]|
181
185
|**called_number_country_a3**|**String**| Called number country in A3 format. |[optional]|
0 commit comments