Index: generated/googleapis/lib/drive/v2.dart |
diff --git a/generated/googleapis/lib/drive/v2.dart b/generated/googleapis/lib/drive/v2.dart |
index 80f5af6be211e32902e286b40f70329458a7676f..dbb391110af992bdc68d9c1f085ea3194869537d 100644 |
--- a/generated/googleapis/lib/drive/v2.dart |
+++ b/generated/googleapis/lib/drive/v2.dart |
@@ -6437,7 +6437,11 @@ class File { |
core.String thumbnailLink; |
/** The thumbnail version for use in thumbnail cache invalidation. */ |
core.String thumbnailVersion; |
- /** The title of this file. */ |
+ /** |
+ * The title of this file. Note that for immutable items such as the top level |
+ * folders of Team Drives, My Drive root folder, and Application Data folder |
+ * the title is constant. |
+ */ |
core.String title; |
/** |
* The time that the item was trashed (formatted RFC 3339 timestamp). Only |