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_group_info_row_group_info_itemimportAddonsGroupInfoRowGroupInfoItem# TODO update the JSON string belowjson="{}"# create an instance of AddonsGroupInfoRowGroupInfoItem from a JSON stringaddons_group_info_row_group_info_item_instance=AddonsGroupInfoRowGroupInfoItem.from_json(json)
# print the JSON string representation of the objectprint(AddonsGroupInfoRowGroupInfoItem.to_json())
# convert the object into a dictaddons_group_info_row_group_info_item_dict=addons_group_info_row_group_info_item_instance.to_dict()
# create an instance of AddonsGroupInfoRowGroupInfoItem from a dictaddons_group_info_row_group_info_item_from_dict=AddonsGroupInfoRowGroupInfoItem.from_dict(addons_group_info_row_group_info_item_dict)