Home
last modified time | relevance | path

Searched refs:profiles_response (Results 1 – 1 of 1) sorted by relevance

/external/python/google-api-python-client/samples/analytics/
Dmanagement_v3_reference.py200 def print_profiles(profiles_response): argument
209 print_pagination_info(profiles_response)
212 for profile in profiles_response.get('items', []):
244 if not profiles_response.get('items'):