[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/CentML/platform_api_python_client/main/docs/InviteUserRequest.md [Back]  [Original]

# InviteUserRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **str** |  | 

## Example

```python
from platform_api_python_client.models.invite_user_request import InviteUserRequest

# TODO update the JSON string below
json = "{}"
# create an instance of InviteUserRequest from a JSON string
invite_user_request_instance = InviteUserRequest.from_json(json)
# print the JSON string representation of the object
print(InviteUserRequest.to_json())

# convert the object into a dict
invite_user_request_dict = invite_user_request_instance.to_dict()
# create an instance of InviteUserRequest from a dict
invite_user_request_from_dict = InviteUserRequest.from_dict(invite_user_request_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)



Web Proxy Viewer  |  New URL  |  Original Page