Change class
Representation of a change to a file or shared drive.
Constructors
Properties
- changeType ↔ String?
-
The type of the change.
getter/setter pair
- deleted ↔ bool?
-
Whether the file or shared drive has been removed from this list of
changes, for example by deletion or loss of access.
getter/setter pair
- drive ↔ Drive?
-
The updated state of the shared drive.
getter/setter pair
- driveId ↔ String?
-
The ID of the shared drive associated with this change.
getter/setter pair
- file ↔ File?
-
The updated state of the file.
getter/setter pair
- fileId ↔ String?
-
The ID of the file associated with this change.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID of the change.
getter/setter pair
- kind ↔ String?
-
This is always
drive#change
.getter/setter pair - modificationDate ↔ DateTime?
-
The time of this modification.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfLink ↔ String?
-
A link back to this change.
getter/setter pair
- teamDrive ↔ TeamDrive?
-
Deprecated: Use
drive
instead.getter/setter pair - teamDriveId ↔ String?
-
Deprecated: Use
driveId
instead.getter/setter pair - type ↔ String?
-
Deprecated: Use
changeType
instead.getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited