Dispatchs¶
- class pyf.services.model.Dispatch(**kwargs)¶
A dispatch is an item that defines a tube and a descriptor used to read input from a defined source. Sources (clients) should have a foreign key to dispatch.
- description¶
Public-facing descriptor, placed in the mapped class dictionary.
- descriptor¶
Public-facing descriptor, placed in the mapped class dictionary.
- descriptor_id¶
Public-facing descriptor, placed in the mapped class dictionary.
- display_name¶
Public-facing descriptor, placed in the mapped class dictionary.
- id¶
Public-facing descriptor, placed in the mapped class dictionary.
- name¶
Public-facing descriptor, placed in the mapped class dictionary.
- tube¶
Public-facing descriptor, placed in the mapped class dictionary.
- tube_id¶
Public-facing descriptor, placed in the mapped class dictionary.
- variant_name¶
Public-facing descriptor, placed in the mapped class dictionary.