lib/twilio-ruby/rest/video/v1/composition_settings.rb in twilio-ruby-5.33.1 vs lib/twilio-ruby/rest/video/v1/composition_settings.rb in twilio-ruby-5.34.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 CompositionSettingsList < ListResource
##
# Initialize the CompositionSettingsList
# @param [Version] version Version that contains the resource
# @return [CompositionSettingsList] CompositionSettingsList
@@ -29,12 +27,10 @@
def to_s
'#<Twilio.Video.V1.CompositionSettingsList>'
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 CompositionSettingsPage < Page
##
# Initialize the CompositionSettingsPage
# @param [Version] version Version that contains the resource
# @param [Response] response Response from the API
@@ -60,12 +56,10 @@
def to_s
'<Twilio.Video.V1.CompositionSettingsPage>'
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 CompositionSettingsContext < InstanceContext
##
# Initialize the CompositionSettingsContext
# @param [Version] version Version that contains the resource
# @return [CompositionSettingsContext] CompositionSettingsContext
@@ -141,11 +135,9 @@
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
"#<Twilio.Video.V1.CompositionSettingsContext #{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 CompositionSettingsInstance < InstanceResource
##
# Initialize the CompositionSettingsInstance
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
\ No newline at end of file