org.models.recipient ==================== .. py:module:: org.models.recipient Classes ------- .. autoapisummary:: org.models.recipient.ResourceRecipient org.models.recipient.ResourceRecipientCollection Module Contents --------------- .. py:class:: ResourceRecipient Bases: :py:obj:`onegov.recipient.GenericRecipient` A generic recipient class with polymorphic support. .. py:attribute:: __mapper_args__ .. py:attribute:: daily_reservations :type: onegov.core.orm.mixins.dict_property[bool | None] .. py:attribute:: new_reservations :type: onegov.core.orm.mixins.dict_property[bool | None] .. py:attribute:: customer_messages :type: onegov.core.orm.mixins.dict_property[bool | None] .. py:attribute:: internal_notes :type: onegov.core.orm.mixins.dict_property[bool | None] .. py:attribute:: send_on :type: onegov.core.orm.mixins.dict_property[list[str] | None] .. py:attribute:: rejected_reservations :type: onegov.core.orm.mixins.dict_property[bool | None] .. py:attribute:: resources :type: onegov.core.orm.mixins.dict_property[list[str] | None] .. py:class:: ResourceRecipientCollection(session: sqlalchemy.orm.Session) Bases: :py:obj:`onegov.recipient.GenericRecipientCollection`\ [\ :py:obj:`ResourceRecipient`\ ]