Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.38 KB

File metadata and controls

29 lines (20 loc) · 1.38 KB

GeoMentionsAggregatedMetricsRequestFiltersAnyOf

Properties

Name Type Description Notes
var_and List[DataForSeoFilter] Sub-expressions that must all match.

Example

from unifapi.models.geo_mentions_aggregated_metrics_request_filters_any_of import GeoMentionsAggregatedMetricsRequestFiltersAnyOf

# TODO update the JSON string below
json = "{}"
# create an instance of GeoMentionsAggregatedMetricsRequestFiltersAnyOf from a JSON string
geo_mentions_aggregated_metrics_request_filters_any_of_instance = GeoMentionsAggregatedMetricsRequestFiltersAnyOf.from_json(json)
# print the JSON string representation of the object
print(GeoMentionsAggregatedMetricsRequestFiltersAnyOf.to_json())

# convert the object into a dict
geo_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 dict
geo_mentions_aggregated_metrics_request_filters_any_of_from_dict = GeoMentionsAggregatedMetricsRequestFiltersAnyOf.from_dict(geo_mentions_aggregated_metrics_request_filters_any_of_dict)

[Back to Model list] [Back to API list] [Back to README]