chore: regens API reference docs (#889)

diff --git a/docs/dyn/analytics_v3.management.customDataSources.html b/docs/dyn/analytics_v3.management.customDataSources.html
index 02d14bf..2011a89 100644
--- a/docs/dyn/analytics_v3.management.customDataSources.html
+++ b/docs/dyn/analytics_v3.management.customDataSources.html
@@ -99,15 +99,15 @@
         "schema": [ # Collection of schema headers of the custom data source.
           "A String",
         ],
-        "kind": "analytics#customDataSource", # Resource type for Analytics custom data source.
+        "updated": "A String", # Time this custom data source was last modified.
         "description": "A String", # Description of custom data source.
         "created": "A String", # Time this custom data source was created.
         "uploadType": "A String", # Upload type of the custom data source.
         "profilesLinked": [ # IDs of views (profiles) linked to the custom data source.
           "A String",
         ],
-        "updated": "A String", # Time this custom data source was last modified.
-        "name": "A String", # Name of this custom data source.
+        "kind": "analytics#customDataSource", # Resource type for Analytics custom data source.
+        "id": "A String", # Custom data source ID.
         "childLink": {
           "href": "A String", # Link to the list of daily uploads for this custom data source. Link to the list of uploads for this custom data source.
           "type": "A String", # Value is "analytics#dailyUploads". Value is "analytics#uploads".
@@ -119,9 +119,9 @@
         },
         "importBehavior": "A String",
         "type": "A String", # Type of the custom data source.
-        "id": "A String", # Custom data source ID.
-        "selfLink": "A String", # Link for this Analytics custom data source.
         "accountId": "A String", # Account ID to which this custom data source belongs.
+        "selfLink": "A String", # Link for this Analytics custom data source.
+        "name": "A String", # Name of this custom data source.
       },
     ],
     "itemsPerPage": 42, # The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.