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
Default: false. Use default project settings. Will be overwritten with setting sent in the API call.
[optional]
callback_url
str
[optional]
Example
fromphrasetms_client.models.create_analyse_list_async_dtoimportCreateAnalyseListAsyncDto# TODO update the JSON string belowjson="{}"# create an instance of CreateAnalyseListAsyncDto from a JSON stringcreate_analyse_list_async_dto_instance=CreateAnalyseListAsyncDto.from_json(json)
# print the JSON string representation of the objectprintCreateAnalyseListAsyncDto.to_json()
# convert the object into a dictcreate_analyse_list_async_dto_dict=create_analyse_list_async_dto_instance.to_dict()
# create an instance of CreateAnalyseListAsyncDto from a dictcreate_analyse_list_async_dto_from_dict=CreateAnalyseListAsyncDto.from_dict(create_analyse_list_async_dto_dict)