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