EntityReference#
- class EntityReference(ext_id=None, name=None, uris=None, entity_type=None, *args, **kwargs)#
Bases:
object- Parameters:
ext_id – (
ext_id)name – (
name)uris – (
uris)entity_type – (
entity_type)
- property entity_type#
- Type:
- property ext_id#
- Type:
str
- property name#
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model
- property uris#
- Type:
list[
str]