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
fromwallet.models.dynamic_voucher_broadcast_list_typeimportDynamicVoucherBroadcastListType# TODO update the JSON string belowjson="{}"# create an instance of DynamicVoucherBroadcastListType from a JSON stringdynamic_voucher_broadcast_list_type_instance=DynamicVoucherBroadcastListType.from_json(json)
# print the JSON string representation of the objectprintDynamicVoucherBroadcastListType.to_json()
# convert the object into a dictdynamic_voucher_broadcast_list_type_dict=dynamic_voucher_broadcast_list_type_instance.to_dict()
# create an instance of DynamicVoucherBroadcastListType from a dictdynamic_voucher_broadcast_list_type_form_dict=dynamic_voucher_broadcast_list_type.from_dict(dynamic_voucher_broadcast_list_type_dict)