lib/twilio-ruby/rest/bulkexports/v1/export/job.rb in twilio-ruby-5.51.0 vs lib/twilio-ruby/rest/bulkexports/v1/export/job.rb in twilio-ruby-5.52.0
- old
+ new
@@ -167,10 +167,10 @@
def friendly_name
@properties['friendly_name']
end
##
- # @return [Hash] This is a list of the completed, pending, or errored dates within the export time range, with one entry for each status with more than one day in that status
+ # @return [Hash] The details of a job state which is an object that contains a `status` string, a day count integer, and list of days in the job
def details
@properties['details']
end
##
\ No newline at end of file