# InviteUser ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **email** | **str** | | ## Example ```python from hyperstack.models.invite_user import InviteUser # TODO update the JSON string below json = "{}" # create an instance of InviteUser from a JSON string invite_user_instance = InviteUser.from_json(json) # print the JSON string representation of the object print InviteUser.to_json() # convert the object into a dict invite_user_dict = invite_user_instance.to_dict() # create an instance of InviteUser from a dict invite_user_form_dict = invite_user.from_dict(invite_user_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)