lib/purecloud/models/disconnect_reason.rb in purecloud-0.50.1 vs lib/purecloud/models/disconnect_reason.rb in purecloud-0.51.1

- old
+ new

@@ -16,13 +16,16 @@ require 'date' module PureCloud class DisconnectReason + # Disconnect reason protocol type. attr_accessor :type + # Protocol specific reason code. See the Q.850 and SIP specs. attr_accessor :code + # Human readable English description of the disconnect reason. attr_accessor :phrase # Attribute mapping from ruby-style variable name to JSON key. def self.attribute_map {