docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/oauth2_v2.userinfo.v2.me.html b/docs/dyn/oauth2_v2.userinfo.v2.me.html
index 5faa679..1d43be0 100644
--- a/docs/dyn/oauth2_v2.userinfo.v2.me.html
+++ b/docs/dyn/oauth2_v2.userinfo.v2.me.html
@@ -88,17 +88,17 @@
An object of the form:
{
- "family_name": "A String", # The user's last name.
- "name": "A String", # The user's full name.
- "picture": "A String", # URL of the user's picture image.
- "locale": "A String", # The user's preferred locale.
- "gender": "A String", # The user's gender.
- "email": "A String", # The user's email address.
- "link": "A String", # URL of the profile page.
- "given_name": "A String", # The user's first name.
- "id": "A String", # The obfuscated ID of the user.
- "hd": "A String", # The hosted domain e.g. example.com if the user is Google apps user.
- "verified_email": true, # Boolean flag which is true if the email address is verified. Always verified because we only return the user's primary email address.
+ "email": "A String", # The user's email address.
+ "family_name": "A String", # The user's last name.
+ "gender": "A String", # The user's gender.
+ "given_name": "A String", # The user's first name.
+ "hd": "A String", # The hosted domain e.g. example.com if the user is Google apps user.
+ "id": "A String", # The obfuscated ID of the user.
+ "link": "A String", # URL of the profile page.
+ "locale": "A String", # The user's preferred locale.
+ "name": "A String", # The user's full name.
+ "picture": "A String", # URL of the user's picture image.
+ "verified_email": true, # Boolean flag which is true if the email address is verified. Always verified because we only return the user's primary email address.
}</pre>
</div>