Skip to content

flowmachine.core.server.query_schemas.reference_location

Class ReferenceLocationSchema

ReferenceLocationSchema(*, only: Union[Sequence[str], Set[str], NoneType] = None, exclude: Union[Sequence[str], Set[str]] = (), many: bool = False, context: Union[Dict, NoneType] = None, load_only: Union[Sequence[str], Set[str]] = (), dump_only: Union[Sequence[str], Set[str]] = (), partial: Union[bool, Sequence[str], Set[str]] = False, unknown: Union[str, NoneType] = None)
Source: flowmachine/core/server/query_schemas/reference_location.py

A set of queries that return a mapping between unique subscribers and locations

Attributes

Methods

dict_class

dict_class
Source: marshmallow/schema.py

set_class

set_class
Source: marshmallow/schema.py