lib/twilio-ruby/rest/bulkexports/v1/export.rb in twilio-ruby-5.52.0 vs lib/twilio-ruby/rest/bulkexports/v1/export.rb in twilio-ruby-5.53.0

- old
+ new

@@ -8,12 +8,10 @@ module Twilio module REST class Bulkexports < Domain class V1 < Version - ## - # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. class ExportList < ListResource ## # Initialize the ExportList # @param [Version] version Version that contains the resource # @return [ExportList] ExportList @@ -48,12 +46,10 @@ def to_s '#<Twilio.Bulkexports.V1.ExportList>' end end - ## - # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. class ExportPage < Page ## # Initialize the ExportPage # @param [Version] version Version that contains the resource # @param [Response] response Response from the API @@ -79,12 +75,10 @@ def to_s '<Twilio.Bulkexports.V1.ExportPage>' end end - ## - # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. class ExportContext < InstanceContext ## # Initialize the ExportContext # @param [Version] version Version that contains the resource # @param [String] resource_type The type of communication – Messages, Calls, @@ -154,11 +148,9 @@ context = @solution.map {|k, v| "#{k}: #{v}"}.join(',') "#<Twilio.Bulkexports.V1.ExportContext #{context}>" end end - ## - # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. class ExportInstance < InstanceResource ## # Initialize the ExportInstance # @param [Version] version Version that contains the resource # @param [Hash] payload payload that contains response from Twilio \ No newline at end of file