BaseID Objects
class BaseID(GraiBaseModel)
Class definition of BaseID
Attributes:
id
- Optional UUID of the objectname
- Optional name of the objectnamespace
- Optional namespace of the object
NamedID Objects
class NamedID(BaseID)
Class definition of NamedID
Attributes:
id
- Optional UUID of the objectname
- Name of the objectnamespace
- Namespace of the object
UuidID Objects
class UuidID(BaseID)
Class definition of UuidID
Attributes:
id
- UUID of the objectname
- Optional name of the objectnamespace
- Optional namespace of the object