lib/twilio-ruby/rest/bulkexports/v1/export/job.rb in twilio-ruby-5.45.1 vs lib/twilio-ruby/rest/bulkexports/v1/export/job.rb in twilio-ruby-5.46.0

- old
+ new

@@ -67,11 +67,12 @@ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. class JobContext < InstanceContext ## # Initialize the JobContext # @param [Version] version Version that contains the resource - # @param [String] job_sid The job_sid + # @param [String] job_sid The unique string that that we created to identify the + # Bulk Export job # @return [JobContext] JobContext def initialize(version, job_sid) super(version) # Path Solution @@ -115,11 +116,12 @@ class JobInstance < InstanceResource ## # Initialize the JobInstance # @param [Version] version Version that contains the resource # @param [Hash] payload payload that contains response from Twilio - # @param [String] job_sid The job_sid + # @param [String] job_sid The unique string that that we created to identify the + # Bulk Export job # @return [JobInstance] JobInstance def initialize(version, payload, job_sid: nil) super(version) # Marshaled Properties @@ -151,10 +153,10 @@ end @instance_context end ## - # @return [String] The type of communication – Messages, Calls + # @return [String] The type of communication – Messages, Calls, Conferences, and Participants def resource_type @properties['resource_type'] end ## \ No newline at end of file