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.translation_price_set_create_dtoimportTranslationPriceSetCreateDto# TODO update the JSON string belowjson="{}"# create an instance of TranslationPriceSetCreateDto from a JSON stringtranslation_price_set_create_dto_instance=TranslationPriceSetCreateDto.from_json(json)
# print the JSON string representation of the objectprintTranslationPriceSetCreateDto.to_json()
# convert the object into a dicttranslation_price_set_create_dto_dict=translation_price_set_create_dto_instance.to_dict()
# create an instance of TranslationPriceSetCreateDto from a dicttranslation_price_set_create_dto_from_dict=TranslationPriceSetCreateDto.from_dict(translation_price_set_create_dto_dict)