lib/purecloud/models/fax_status.rb in purecloud-0.50.1 vs lib/purecloud/models/fax_status.rb in purecloud-0.51.1
- old
+ new
@@ -16,23 +16,31 @@
require 'date'
module PureCloud
class FaxStatus
+ # The fax direction, either \"send\" or \"receive\".
attr_accessor :direction
+ # Total number of expected pages, if known.
attr_accessor :expected_pages
+ # Active page of the transmission.
attr_accessor :active_page
+ # Number of lines that have completed transmission.
attr_accessor :lines_transmitted
+ # Number of bytes that have competed transmission.
attr_accessor :bytes_transmitted
+ # Current signaling rate of transmission, baud rate.
attr_accessor :baud_rate
+ # Number of page errors.
attr_accessor :page_errors
+ # Number of line errors.
attr_accessor :line_errors
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{