Clean and regen docs (#401)
diff --git a/docs/dyn/classroom_v1.userProfiles.html b/docs/dyn/classroom_v1.userProfiles.html
index 8a1a8cf..8e853a6 100644
--- a/docs/dyn/classroom_v1.userProfiles.html
+++ b/docs/dyn/classroom_v1.userProfiles.html
@@ -114,9 +114,13 @@
An object of the form:
{ # Global information for a user.
- "photoUrl": "A String", # URL of user's profile photo.
+ "permissions": [ # Global permissions of the user.
#
# Read-only.
+ { # Global user permission description.
+ "permission": "A String", # Permission value.
+ },
+ ],
"emailAddress": "A String", # Email address of the user.
#
# Read-only.
@@ -137,13 +141,9 @@
#
# Read-only.
},
- "permissions": [ # Global permissions of the user.
+ "photoUrl": "A String", # URL of user's profile photo.
#
# Read-only.
- { # Global user permission description.
- "permission": "A String", # Permission value.
- },
- ],
}</pre>
</div>