lib/twilio-ruby/rest/serverless/v1/service/function/function_version.rb in twilio-ruby-5.42.0 vs lib/twilio-ruby/rest/serverless/v1/service/function/function_version.rb in twilio-ruby-5.43.0

- old
+ new

@@ -11,11 +11,11 @@ class Serverless < Domain class V1 < Version class ServiceContext < InstanceContext class FunctionContext < InstanceContext ## - # 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 FunctionVersionList < ListResource ## # Initialize the FunctionVersionList # @param [Version] version Version that contains the resource # @param [String] service_sid The SID of the Service that the Function Version @@ -117,11 +117,11 @@ '#<Twilio.Serverless.V1.FunctionVersionList>' 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 FunctionVersionPage < Page ## # Initialize the FunctionVersionPage # @param [Version] version Version that contains the resource # @param [Response] response Response from the API @@ -153,11 +153,11 @@ '<Twilio.Serverless.V1.FunctionVersionPage>' 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 FunctionVersionContext < InstanceContext ## # Initialize the FunctionVersionContext # @param [Version] version Version that contains the resource # @param [String] service_sid The SID of the Service to fetch the Function Version @@ -219,10 +219,10 @@ "#<Twilio.Serverless.V1.FunctionVersionContext #{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 FunctionVersionInstance < InstanceResource ## # Initialize the FunctionVersionInstance # @param [Version] version Version that contains the resource # @param [Hash] payload payload that contains response from Twilio \ No newline at end of file