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
fromunifapi.models.data_for_seo_filter_value_any_of_innerimportDataForSeoFilterValueAnyOfInner# TODO update the JSON string belowjson="{}"# create an instance of DataForSeoFilterValueAnyOfInner from a JSON stringdata_for_seo_filter_value_any_of_inner_instance=DataForSeoFilterValueAnyOfInner.from_json(json)
# print the JSON string representation of the objectprint(DataForSeoFilterValueAnyOfInner.to_json())
# convert the object into a dictdata_for_seo_filter_value_any_of_inner_dict=data_for_seo_filter_value_any_of_inner_instance.to_dict()
# create an instance of DataForSeoFilterValueAnyOfInner from a dictdata_for_seo_filter_value_any_of_inner_from_dict=DataForSeoFilterValueAnyOfInner.from_dict(data_for_seo_filter_value_any_of_inner_dict)