lib/twilio-ruby/rest/verify/v2/form.rb in twilio-ruby-5.41.0 vs lib/twilio-ruby/rest/verify/v2/form.rb in twilio-ruby-5.42.0
- old
+ new
@@ -9,11 +9,11 @@
module Twilio
module REST
class Verify < Domain
class V2 < 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.
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class FormList < ListResource
##
# Initialize the FormList
# @param [Version] version Version that contains the resource
# @return [FormList] FormList
@@ -30,11 +30,11 @@
'#<Twilio.Verify.V2.FormList>'
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.
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class FormPage < Page
##
# Initialize the FormPage
# @param [Version] version Version that contains the resource
# @param [Response] response Response from the API
@@ -61,11 +61,11 @@
'<Twilio.Verify.V2.FormPage>'
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.
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class FormContext < InstanceContext
##
# Initialize the FormContext
# @param [Version] version Version that contains the resource
# @param [form.FormTypes] form_type The Type of this Form. Currently only
@@ -102,10 +102,10 @@
"#<Twilio.Verify.V2.FormContext #{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.
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class FormInstance < InstanceResource
##
# Initialize the FormInstance
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
\ No newline at end of file