docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/toolresults_v1beta3.clusters.html b/docs/dyn/toolresults_v1beta3.clusters.html
index 192aa83..82bc851 100644
--- a/docs/dyn/toolresults_v1beta3.clusters.html
+++ b/docs/dyn/toolresults_v1beta3.clusters.html
@@ -110,28 +110,28 @@
     "activity": "A String", # A string that describes the activity of every screen in the cluster.
     "screens": [ # Full list of screens.
       {
-        "model": "A String", # Model of the device that the screenshot was taken on.
-            # Required.
-        "version": "A String", # OS version of the device that the screenshot was taken on.
-            # Required.
         "locale": "A String", # Locale of the device that the screenshot was taken on.
             # Required.
         "fileReference": "A String", # File reference of the png file.
             # Required.
+        "model": "A String", # Model of the device that the screenshot was taken on.
+            # Required.
+        "version": "A String", # OS version of the device that the screenshot was taken on.
+            # Required.
       },
     ],
     "keyScreen": { # A singular screen that represents the cluster as a whole. This screen will
         # act as the "cover" of the entire cluster. When users look at the clusters,
         # only the key screen from each cluster will be shown. Which screen is the
         # key screen is determined by the ClusteringAlgorithm
-      "model": "A String", # Model of the device that the screenshot was taken on.
-          # Required.
-      "version": "A String", # OS version of the device that the screenshot was taken on.
-          # Required.
       "locale": "A String", # Locale of the device that the screenshot was taken on.
           # Required.
       "fileReference": "A String", # File reference of the png file.
           # Required.
+      "model": "A String", # Model of the device that the screenshot was taken on.
+          # Required.
+      "version": "A String", # OS version of the device that the screenshot was taken on.
+          # Required.
     },
     "clusterId": "A String", # A unique identifier for the cluster.
         # @OutputOnly
@@ -175,28 +175,28 @@
         "activity": "A String", # A string that describes the activity of every screen in the cluster.
         "screens": [ # Full list of screens.
           {
-            "model": "A String", # Model of the device that the screenshot was taken on.
-                # Required.
-            "version": "A String", # OS version of the device that the screenshot was taken on.
-                # Required.
             "locale": "A String", # Locale of the device that the screenshot was taken on.
                 # Required.
             "fileReference": "A String", # File reference of the png file.
                 # Required.
+            "model": "A String", # Model of the device that the screenshot was taken on.
+                # Required.
+            "version": "A String", # OS version of the device that the screenshot was taken on.
+                # Required.
           },
         ],
         "keyScreen": { # A singular screen that represents the cluster as a whole. This screen will
             # act as the "cover" of the entire cluster. When users look at the clusters,
             # only the key screen from each cluster will be shown. Which screen is the
             # key screen is determined by the ClusteringAlgorithm
-          "model": "A String", # Model of the device that the screenshot was taken on.
-              # Required.
-          "version": "A String", # OS version of the device that the screenshot was taken on.
-              # Required.
           "locale": "A String", # Locale of the device that the screenshot was taken on.
               # Required.
           "fileReference": "A String", # File reference of the png file.
               # Required.
+          "model": "A String", # Model of the device that the screenshot was taken on.
+              # Required.
+          "version": "A String", # OS version of the device that the screenshot was taken on.
+              # Required.
         },
         "clusterId": "A String", # A unique identifier for the cluster.
             # @OutputOnly