module OpenActive module Models module Schema class InteractAction < ::OpenActive::Models::Schema::Action # @!attribute type # @return [String] def type "schema:InteractAction" end end end end end