Record
messaging-profile-message-type-metrics
No description available.
record messaging-profile-message-type-metrics {
delivered: option<f64>,
label: option<string>,
outbound-error-ratio: option<f64>,
received: option<f64>,
sent: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| delivered | option<f64> | |
| label | option<string> | |
| outbound-error-ratio | option<f64> | |
| received | option<f64> | |
| sent | option<f64> |