Clean and regen docs (#401)

diff --git a/docs/dyn/classroom_v1.courses.students.html b/docs/dyn/classroom_v1.courses.students.html
index a1f7b75..b31e90c 100644
--- a/docs/dyn/classroom_v1.courses.students.html
+++ b/docs/dyn/classroom_v1.courses.students.html
@@ -121,9 +121,13 @@
     "profile": { # Global information for a user. # Global user information for the student.
         # 
         # Read-only.
-      "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.
@@ -144,13 +148,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.
-        },
-      ],
     },
     "studentWorkFolder": { # Representation of a Google Drive folder. # Information about a Drive Folder for this student's work in this course.
         # Only visible to the student and domain administrators.
@@ -193,9 +193,13 @@
       "profile": { # Global information for a user. # Global user information for the student.
           #
           # Read-only.
-        "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.
@@ -216,13 +220,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.
-          },
-        ],
       },
       "studentWorkFolder": { # Representation of a Google Drive folder. # Information about a Drive Folder for this student's work in this course.
           # Only visible to the student and domain administrators.
@@ -324,9 +324,13 @@
       "profile": { # Global information for a user. # Global user information for the student.
           #
           # Read-only.
-        "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.
@@ -347,13 +351,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.
-          },
-        ],
       },
       "studentWorkFolder": { # Representation of a Google Drive folder. # Information about a Drive Folder for this student's work in this course.
           # Only visible to the student and domain administrators.
@@ -411,8 +411,6 @@
   An object of the form:
 
     { # Response when listing students.
-    "nextPageToken": "A String", # Token identifying the next page of results to return. If empty, no further
-        # results are available.
     "students": [ # Students who match the list request.
       { # Student in a course.
           "courseId": "A String", # Identifier of the course.
@@ -421,9 +419,13 @@
           "profile": { # Global information for a user. # Global user information for the student.
               #
               # Read-only.
-            "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.
@@ -444,13 +446,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.
-              },
-            ],
           },
           "studentWorkFolder": { # Representation of a Google Drive folder. # Information about a Drive Folder for this student's work in this course.
               # Only visible to the student and domain administrators.
@@ -474,6 +472,8 @@
               # * the string literal `"me"`, indicating the requesting user
         },
     ],
+    "nextPageToken": "A String", # Token identifying the next page of results to return. If empty, no further
+        # results are available.
   }</pre>
 </div>