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
Estimated organic traffic (clicks) in this period.
[optional]
count
int
Number of ranking keywords in this period.
[optional]
Example
fromunifapi.models.seo_historical_metric_periodimportSeoHistoricalMetricPeriod# TODO update the JSON string belowjson="{}"# create an instance of SeoHistoricalMetricPeriod from a JSON stringseo_historical_metric_period_instance=SeoHistoricalMetricPeriod.from_json(json)
# print the JSON string representation of the objectprint(SeoHistoricalMetricPeriod.to_json())
# convert the object into a dictseo_historical_metric_period_dict=seo_historical_metric_period_instance.to_dict()
# create an instance of SeoHistoricalMetricPeriod from a dictseo_historical_metric_period_from_dict=SeoHistoricalMetricPeriod.from_dict(seo_historical_metric_period_dict)