lib/twilio-ruby/rest/video/v1/composition_hook.rb in twilio-ruby-5.53.0 vs lib/twilio-ruby/rest/video/v1/composition_hook.rb in twilio-ruby-5.54.0
- old
+ new
@@ -8,12 +8,10 @@
module Twilio
module REST
class Video < Domain
class V1 < Version
- ##
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
class CompositionHookList < ListResource
##
# Initialize the CompositionHookList
# @param [Version] version Version that contains the resource
# @return [CompositionHookList] CompositionHookList
@@ -246,12 +244,10 @@
def to_s
'#<Twilio.Video.V1.CompositionHookList>'
end
end
- ##
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
class CompositionHookPage < Page
##
# Initialize the CompositionHookPage
# @param [Version] version Version that contains the resource
# @param [Response] response Response from the API
@@ -277,12 +273,10 @@
def to_s
'<Twilio.Video.V1.CompositionHookPage>'
end
end
- ##
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
class CompositionHookContext < InstanceContext
##
# Initialize the CompositionHookContext
# @param [Version] version Version that contains the resource
# @param [String] sid The SID of the CompositionHook resource to fetch.
@@ -410,11 +404,9 @@
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
"#<Twilio.Video.V1.CompositionHookContext #{context}>"
end
end
- ##
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
class CompositionHookInstance < InstanceResource
##
# Initialize the CompositionHookInstance
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
\ No newline at end of file