doc_out/FaxStatus.html.md in purecloud-0.50.1 vs doc_out/FaxStatus.html.md in purecloud-0.51.1
- old
+ new
@@ -5,16 +5,16 @@
## Properties
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
-| **direction** | **String** | | [optional] |
-| **expected_pages** | **Integer** | | [optional] |
-| **active_page** | **Integer** | | [optional] |
-| **lines_transmitted** | **Integer** | | [optional] |
-| **bytes_transmitted** | **Integer** | | [optional] |
-| **baud_rate** | **Integer** | | [optional] |
-| **page_errors** | **Integer** | | [optional] |
-| **line_errors** | **Integer** | | [optional] |
+| **direction** | **String** | The fax direction, either \"send\" or \"receive\". | [optional] |
+| **expected_pages** | **Integer** | Total number of expected pages, if known. | [optional] |
+| **active_page** | **Integer** | Active page of the transmission. | [optional] |
+| **lines_transmitted** | **Integer** | Number of lines that have completed transmission. | [optional] |
+| **bytes_transmitted** | **Integer** | Number of bytes that have competed transmission. | [optional] |
+| **baud_rate** | **Integer** | Current signaling rate of transmission, baud rate. | [optional] |
+| **page_errors** | **Integer** | Number of page errors. | [optional] |
+| **line_errors** | **Integer** | Number of line errors. | [optional] |
{: class="table table-striped"}