Introduction:
Data Model:
Returns the identifier of the instance if instance_or_key is an Instance or return the key if instance_or_key is a KT
instance_or_key (Union[KT, Instance]) – An implementation of Instance or an identifier typed variable
The identifer of the instance (or the input verbatim)
KT