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.geo_mentions_aggregated_metrics_request_filters_any_ofimportGeoMentionsAggregatedMetricsRequestFiltersAnyOf# TODO update the JSON string belowjson="{}"# create an instance of GeoMentionsAggregatedMetricsRequestFiltersAnyOf from a JSON stringgeo_mentions_aggregated_metrics_request_filters_any_of_instance=GeoMentionsAggregatedMetricsRequestFiltersAnyOf.from_json(json)
# print the JSON string representation of the objectprint(GeoMentionsAggregatedMetricsRequestFiltersAnyOf.to_json())
# convert the object into a dictgeo_mentions_aggregated_metrics_request_filters_any_of_dict=geo_mentions_aggregated_metrics_request_filters_any_of_instance.to_dict()
# create an instance of GeoMentionsAggregatedMetricsRequestFiltersAnyOf from a dictgeo_mentions_aggregated_metrics_request_filters_any_of_from_dict=GeoMentionsAggregatedMetricsRequestFiltersAnyOf.from_dict(geo_mentions_aggregated_metrics_request_filters_any_of_dict)