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_bulk_prices_dtoimportTranslationPriceSetBulkPricesDto# TODO update the JSON string belowjson="{}"# create an instance of TranslationPriceSetBulkPricesDto from a JSON stringtranslation_price_set_bulk_prices_dto_instance=TranslationPriceSetBulkPricesDto.from_json(json)
# print the JSON string representation of the objectprintTranslationPriceSetBulkPricesDto.to_json()
# convert the object into a dicttranslation_price_set_bulk_prices_dto_dict=translation_price_set_bulk_prices_dto_instance.to_dict()
# create an instance of TranslationPriceSetBulkPricesDto from a dicttranslation_price_set_bulk_prices_dto_from_dict=TranslationPriceSetBulkPricesDto.from_dict(translation_price_set_bulk_prices_dto_dict)