FileLabels class
A group of labels for the file.
Constructors
- FileLabels()
- FileLabels.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
Deprecated.
read / write
- modified ↔ bool
-
Whether the file has been modified by this user.
read / write
- restricted ↔ bool
-
Deprecated - use copyRequiresWriterPermission instead.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- starred ↔ bool
-
Whether this file is starred by the user.
read / write
- trashed ↔ bool
-
Whether the file has been trashed, either explicitly or from a trashed
parent folder. Only the owner may trash a file. The trashed item is
excluded from all files.list responses returned for any user who does not
own the file. However, all users with access to the file can see the
trashed item metadata in an API response. All users with access can copy,
download, export, and share the file.
read / write
- viewed ↔ bool
-
Whether this file has been viewed by this user.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited