Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.26 KB

ManageParticipantResponseResultsInner.md

File metadata and controls

31 lines (22 loc) · 1.26 KB

ManageParticipantResponseResultsInner

Properties

Name Type Description Notes
participant str [optional]
status str [optional]
message str [optional]

Example

from openapi_client.models.manage_participant_response_results_inner import ManageParticipantResponseResultsInner

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

# convert the object into a dict
manage_participant_response_results_inner_dict = manage_participant_response_results_inner_instance.to_dict()
# create an instance of ManageParticipantResponseResultsInner from a dict
manage_participant_response_results_inner_from_dict = ManageParticipantResponseResultsInner.from_dict(manage_participant_response_results_inner_dict)

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