ExternalizableAbstractModel#
- class ExternalizableAbstractModel(ext_id=None, links=None, tenant_id=None, *args, **kwargs)[source]#
Bases:
TenantAwareModel
A model that represents an object instance that is accessible through an API endpoint. Instances of this type get an extId field that contains the globally unique identifier for that instance. Externally accessible instances are always tenant aware and therefore extend the TenantAwareModel
- Parameters:
- property ext_id#
A globally unique identifier of an instance that is suitable for external consumption.
- Type:
str