Skip to content

Latest commit

History

History
29 lines (20 loc) · 936 Bytes

File metadata and controls

29 lines (20 loc) · 936 Bytes

InviteUserRequest

Properties

NameTypeDescriptionNotes
emailstr

Example

fromplatform_api_python_client.models.invite_user_requestimportInviteUserRequest# TODO update the JSON string belowjson="{}"# create an instance of InviteUserRequest from a JSON stringinvite_user_request_instance=InviteUserRequest.from_json(json)
# print the JSON string representation of the objectprint(InviteUserRequest.to_json())
# convert the object into a dictinvite_user_request_dict=invite_user_request_instance.to_dict()
# create an instance of InviteUserRequest from a dictinvite_user_request_from_dict=InviteUserRequest.from_dict(invite_user_request_dict)

[Back to Model list][Back to API list][Back to README]