lib/twilio-ruby/rest/bulkexports/v1/export/job.rb in twilio-ruby-5.52.0 vs lib/twilio-ruby/rest/bulkexports/v1/export/job.rb in twilio-ruby-5.53.0
- old
+ new
@@ -9,12 +9,10 @@
module Twilio
module REST
class Bulkexports < Domain
class V1 < Version
class ExportList < ListResource
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class JobList < ListResource
##
# Initialize the JobList
# @param [Version] version Version that contains the resource
# @return [JobList] JobList
@@ -30,12 +28,10 @@
def to_s
'#<Twilio.Bulkexports.V1.JobList>'
end
end
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class JobPage < Page
##
# Initialize the JobPage
# @param [Version] version Version that contains the resource
# @param [Response] response Response from the API
@@ -61,12 +57,10 @@
def to_s
'<Twilio.Bulkexports.V1.JobPage>'
end
end
- ##
- # 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 unique string that that we created to identify the
@@ -109,11 +103,9 @@
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
"#<Twilio.Bulkexports.V1.JobContext #{context}>"
end
end
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class JobInstance < InstanceResource
##
# Initialize the JobInstance
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
\ No newline at end of file