:py:mod:`rhino_health.lib.endpoints.workgroup.workgroup_dataclass` ================================================================== .. py:module:: rhino_health.lib.endpoints.workgroup.workgroup_dataclass Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: rhino_health.lib.endpoints.workgroup.workgroup_dataclass.Workgroup .. py:class:: Workgroup(**data) .. !! processed by numpydoc !! .. py:property:: users Returns the normal users of this workgroup .. !! processed by numpydoc !! .. py:property:: admins Returns the admins of this workgroup .. !! processed by numpydoc !! .. py:attribute:: org_name :type: typing_extensions.Annotated[str, Field(validation_alias=AliasPath('organization', 'name'))] .. py:attribute:: uid :type: str The unique ID of the Workgroup .. !! processed by numpydoc !! .. py:attribute:: name :type: str The name of the Workgroup .. !! processed by numpydoc !! .. py:method:: list_external_storage_file_paths() Returns a list of all external storage file paths .. !! processed by numpydoc !!