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
Domain, subdomain, or page echoed from the request.
new_backlinks
int
Number of new backlinks gained since date_from.
[optional]
lost_backlinks
int
Number of backlinks lost since date_from.
[optional]
Example
fromunifapi.models.seo_backlinks_bulk_new_lost_backlinks_itemimportSeoBacklinksBulkNewLostBacklinksItem# TODO update the JSON string belowjson="{}"# create an instance of SeoBacklinksBulkNewLostBacklinksItem from a JSON stringseo_backlinks_bulk_new_lost_backlinks_item_instance=SeoBacklinksBulkNewLostBacklinksItem.from_json(json)
# print the JSON string representation of the objectprint(SeoBacklinksBulkNewLostBacklinksItem.to_json())
# convert the object into a dictseo_backlinks_bulk_new_lost_backlinks_item_dict=seo_backlinks_bulk_new_lost_backlinks_item_instance.to_dict()
# create an instance of SeoBacklinksBulkNewLostBacklinksItem from a dictseo_backlinks_bulk_new_lost_backlinks_item_from_dict=SeoBacklinksBulkNewLostBacklinksItem.from_dict(seo_backlinks_bulk_new_lost_backlinks_item_dict)