rhino_health.lib.endpoints.dataschema.dataschema_dataclass
#
Module Contents#
Classes#
|
- class rhino_health.lib.endpoints.dataschema.dataschema_dataclass.Dataschema(**data)#
Bases:
Dataschema
- admins :List[FutureUser]#
- project_uids :List[str]#
- primary_workgroup_uid :str#
- uid :Optional[str]#
The Unique ID of the Dataschema
- name :str#
The name of the Dataschema
- description :str#
The description of the Dataschema
- base_version_uid :Optional[str]#
If this Dataschema is a new version of another Dataschema, the original Unique ID of the base Dataschema.
- version :Optional[int] = 0#
The revision of this Dataschema
- created_at :str#
When this Dataschema was created
- num_cohorts :int#
The number of cohorts using this Dataschema
- delete(self)#