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

- old
+ new

@@ -16,22 +16,28 @@ require 'date' module PureCloud class Wrapup + # The user configured wrap up code id. attr_accessor :code + # The user configured wrap up code name. attr_accessor :name + # Text entered by the agent to describe the call or disposition. attr_accessor :notes + # List of tags selected by the agent to describe the call or disposition. attr_accessor :tags + # The length of time in seconds that the agent spent doing after call work. attr_accessor :duration_seconds - # Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ + # The timestamp when the wrapup was finished. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ attr_accessor :end_time + # Indicates if this is a pending save and should not require a code to be specified. This allows someone to save some temporary wrapup that will be used later. attr_accessor :provisional # Attribute mapping from ruby-style variable name to JSON key. def self.attribute_map {