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
fromkenar_api_client.models.addons_create_business_addon_responseimportAddonsCreateBusinessAddonResponse# TODO update the JSON string belowjson="{}"# create an instance of AddonsCreateBusinessAddonResponse from a JSON stringaddons_create_business_addon_response_instance=AddonsCreateBusinessAddonResponse.from_json(json)
# print the JSON string representation of the objectprint(AddonsCreateBusinessAddonResponse.to_json())
# convert the object into a dictaddons_create_business_addon_response_dict=addons_create_business_addon_response_instance.to_dict()
# create an instance of AddonsCreateBusinessAddonResponse from a dictaddons_create_business_addon_response_from_dict=AddonsCreateBusinessAddonResponse.from_dict(addons_create_business_addon_response_dict)