lib/twilio-ruby/rest/verify/v2/service/access_token.rb in twilio-ruby-5.41.0 vs lib/twilio-ruby/rest/verify/v2/service/access_token.rb in twilio-ruby-5.42.0

- old
+ new

@@ -10,11 +10,11 @@ module REST class Verify < Domain class V2 < Version class ServiceContext < 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 AccessTokenList < ListResource ## # Initialize the AccessTokenList # @param [Version] version Version that contains the resource # @param [String] service_sid The unique string that we created to identify the @@ -50,11 +50,11 @@ '#<Twilio.Verify.V2.AccessTokenList>' 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 AccessTokenPage < Page ## # Initialize the AccessTokenPage # @param [Version] version Version that contains the resource # @param [Response] response Response from the API @@ -81,10 +81,10 @@ '<Twilio.Verify.V2.AccessTokenPage>' 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 AccessTokenInstance < InstanceResource ## # Initialize the AccessTokenInstance # @param [Version] version Version that contains the resource # @param [Hash] payload payload that contains response from Twilio \ No newline at end of file