SeoCompetitorsSerpPost200Response
from unifapi.models.seo_competitors_serp_post200_response import SeoCompetitorsSerpPost200Response
# TODO update the JSON string below
json = "{}"
# create an instance of SeoCompetitorsSerpPost200Response from a JSON string
seo_competitors_serp_post200_response_instance = SeoCompetitorsSerpPost200Response.from_json(json)
# print the JSON string representation of the object
print(SeoCompetitorsSerpPost200Response.to_json())
# convert the object into a dict
seo_competitors_serp_post200_response_dict = seo_competitors_serp_post200_response_instance.to_dict()
# create an instance of SeoCompetitorsSerpPost200Response from a dict
seo_competitors_serp_post200_response_from_dict = SeoCompetitorsSerpPost200Response.from_dict(seo_competitors_serp_post200_response_dict)
[Back to Model list] [Back to API list] [Back to README]