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
fromphrasetms_client.models.additional_workflow_step_request_dtoimportAdditionalWorkflowStepRequestDto# TODO update the JSON string belowjson="{}"# create an instance of AdditionalWorkflowStepRequestDto from a JSON stringadditional_workflow_step_request_dto_instance=AdditionalWorkflowStepRequestDto.from_json(json)
# print the JSON string representation of the objectprintAdditionalWorkflowStepRequestDto.to_json()
# convert the object into a dictadditional_workflow_step_request_dto_dict=additional_workflow_step_request_dto_instance.to_dict()
# create an instance of AdditionalWorkflowStepRequestDto from a dictadditional_workflow_step_request_dto_from_dict=AdditionalWorkflowStepRequestDto.from_dict(additional_workflow_step_request_dto_dict)