lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step.rb in twilio-ruby-5.12.0 vs lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step.rb in twilio-ruby-5.12.1

- old
+ new

@@ -10,12 +10,10 @@ module REST class Studio < Domain class V1 < Version class FlowContext < InstanceContext class ExecutionContext < InstanceContext - ## - # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. class ExecutionStepList < ListResource ## # Initialize the ExecutionStepList # @param [Version] version Version that contains the resource # @param [String] flow_sid The unique SID identifier of the Flow. @@ -116,12 +114,10 @@ def to_s '#<Twilio.Studio.V1.ExecutionStepList>' end end - ## - # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. class ExecutionStepPage < Page ## # Initialize the ExecutionStepPage # @param [Version] version Version that contains the resource # @param [Response] response Response from the API @@ -152,12 +148,10 @@ def to_s '<Twilio.Studio.V1.ExecutionStepPage>' end end - ## - # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. class ExecutionStepContext < InstanceContext ## # Initialize the ExecutionStepContext # @param [Version] version Version that contains the resource # @param [String] flow_sid The unique SID identifier of the Flow. @@ -215,11 +209,9 @@ context = @solution.map {|k, v| "#{k}: #{v}"}.join(',') "#<Twilio.Studio.V1.ExecutionStepContext #{context}>" end end - ## - # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. class ExecutionStepInstance < InstanceResource ## # Initialize the ExecutionStepInstance # @param [Version] version Version that contains the resource # @param [Hash] payload payload that contains response from Twilio \ No newline at end of file