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.
spam_score
int
Spam score of the target, 0-100.
[optional]
Example
fromunifapi.models.seo_backlinks_bulk_spam_score_itemimportSeoBacklinksBulkSpamScoreItem# TODO update the JSON string belowjson="{}"# create an instance of SeoBacklinksBulkSpamScoreItem from a JSON stringseo_backlinks_bulk_spam_score_item_instance=SeoBacklinksBulkSpamScoreItem.from_json(json)
# print the JSON string representation of the objectprint(SeoBacklinksBulkSpamScoreItem.to_json())
# convert the object into a dictseo_backlinks_bulk_spam_score_item_dict=seo_backlinks_bulk_spam_score_item_instance.to_dict()
# create an instance of SeoBacklinksBulkSpamScoreItem from a dictseo_backlinks_bulk_spam_score_item_from_dict=SeoBacklinksBulkSpamScoreItem.from_dict(seo_backlinks_bulk_spam_score_item_dict)