Abstract base class for all equipments which have a vendor /model / serial.
| Name | Type | Description | Notes |
|---|---|---|---|
| model | str | This field identifies the model of the given component. | [optional] [readonly] |
| revision | str | [optional] [readonly] | |
| serial | str | This field identifies the serial of the given component. | [optional] [readonly] |
| vendor | str | This field identifies the vendor of the given component. | [optional] [readonly] |