This fixes an issue where some Nautobot models have an environment or metadata field name. Almost all instance attributes in ModelInstance have been moved into the ModelMetadata class, and other fields have been prefixed to reduce the likelyhood of collision.
This fixes an issue where some Nautobot models have an
environment
ormetadata
field name. Almost all instance attributes inModelInstance
have been moved into theModelMetadata
class, and other fields have been prefixed to reduce the likelyhood of collision.Fixes #160