lib/twilio-ruby/rest/bulkexports/v1/export/day.rb in twilio-ruby-5.52.0 vs lib/twilio-ruby/rest/bulkexports/v1/export/day.rb in twilio-ruby-5.53.0
- old
+ new
@@ -9,12 +9,10 @@
module Twilio
module REST
class Bulkexports < Domain
class V1 < Version
class ExportContext < InstanceContext
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class DayList < ListResource
##
# Initialize the DayList
# @param [Version] version Version that contains the resource
# @param [String] resource_type The type of communication – Messages, Calls,
@@ -113,12 +111,10 @@
def to_s
'#<Twilio.Bulkexports.V1.DayList>'
end
end
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class DayPage < Page
##
# Initialize the DayPage
# @param [Version] version Version that contains the resource
# @param [Response] response Response from the API
@@ -144,12 +140,10 @@
def to_s
'<Twilio.Bulkexports.V1.DayPage>'
end
end
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class DayContext < InstanceContext
##
# Initialize the DayContext
# @param [Version] version Version that contains the resource
# @param [String] resource_type The type of communication – Messages, Calls,
@@ -187,11 +181,9 @@
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
"#<Twilio.Bulkexports.V1.DayContext #{context}>"
end
end
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class DayInstance < InstanceResource
##
# Initialize the DayInstance
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
\ No newline at end of file