lib/purecloud/models/callable_time_set.rb in purecloud-0.38.1 vs lib/purecloud/models/callable_time_set.rb in purecloud-0.39.1

- old
+ new

@@ -21,16 +21,16 @@ # The globally unique identifier for the object. attr_accessor :id attr_accessor :name - # creation time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ + # Creation time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ attr_accessor :date_created - # last modified time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ + # Last modified time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ attr_accessor :date_modified - # required for updates, must match the version number of the most recent update + # Required for updates, must match the version number of the most recent update attr_accessor :version # list of time/timezone groupings for which it is acceptable to place outbound calls attr_accessor :callable_times