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
fromformkiq_client.models.add_document_workflow_decisions_responseimportAddDocumentWorkflowDecisionsResponse# TODO update the JSON string belowjson="{}"# create an instance of AddDocumentWorkflowDecisionsResponse from a JSON stringadd_document_workflow_decisions_response_instance=AddDocumentWorkflowDecisionsResponse.from_json(json)
# print the JSON string representation of the objectprint(AddDocumentWorkflowDecisionsResponse.to_json())
# convert the object into a dictadd_document_workflow_decisions_response_dict=add_document_workflow_decisions_response_instance.to_dict()
# create an instance of AddDocumentWorkflowDecisionsResponse from a dictadd_document_workflow_decisions_response_from_dict=AddDocumentWorkflowDecisionsResponse.from_dict(add_document_workflow_decisions_response_dict)