Name | Type | Description | Notes |
---|---|---|---|
async_requests | List[AsyncAnalyseResponseV2Dto] | [optional] |
from phrasetms_client.models.async_analyse_list_response_v2_dto import AsyncAnalyseListResponseV2Dto
# TODO update the JSON string below
json = "{}"
# create an instance of AsyncAnalyseListResponseV2Dto from a JSON string
async_analyse_list_response_v2_dto_instance = AsyncAnalyseListResponseV2Dto.from_json(json)
# print the JSON string representation of the object
print AsyncAnalyseListResponseV2Dto.to_json()
# convert the object into a dict
async_analyse_list_response_v2_dto_dict = async_analyse_list_response_v2_dto_instance.to_dict()
# create an instance of AsyncAnalyseListResponseV2Dto from a dict
async_analyse_list_response_v2_dto_from_dict = AsyncAnalyseListResponseV2Dto.from_dict(async_analyse_list_response_v2_dto_dict)