You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A list of organization member emails to remove from the project.
[optional] [default to []]
usernames
List[str]
A list of usernames to remove from the project.
[optional] [default to []]
Example
frominfisicalapi_client.models.api_v2_workspace_project_id_memberships_delete_requestimportApiV2WorkspaceProjectIdMembershipsDeleteRequest# TODO update the JSON string belowjson="{}"# create an instance of ApiV2WorkspaceProjectIdMembershipsDeleteRequest from a JSON stringapi_v2_workspace_project_id_memberships_delete_request_instance=ApiV2WorkspaceProjectIdMembershipsDeleteRequest.from_json(json)
# print the JSON string representation of the objectprintApiV2WorkspaceProjectIdMembershipsDeleteRequest.to_json()
# convert the object into a dictapi_v2_workspace_project_id_memberships_delete_request_dict=api_v2_workspace_project_id_memberships_delete_request_instance.to_dict()
# create an instance of ApiV2WorkspaceProjectIdMembershipsDeleteRequest from a dictapi_v2_workspace_project_id_memberships_delete_request_from_dict=ApiV2WorkspaceProjectIdMembershipsDeleteRequest.from_dict(api_v2_workspace_project_id_memberships_delete_request_dict)