Target class
Information about the target of activity.
For more information on how activity history is shared with users, see Activity history visibility.
Constructors
- Target({Drive? drive, DriveItem? driveItem, FileComment? fileComment, TeamDrive? teamDrive})
- Target.fromJson(Map json_)
Properties
- drive ↔ Drive?
-
The target is a shared drive.
getter/setter pair
- driveItem ↔ DriveItem?
-
The target is a Drive item.
getter/setter pair
- fileComment ↔ FileComment?
-
The target is a comment on a Drive file.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- teamDrive ↔ TeamDrive?
-
This field is deprecated; please use the
drive
field 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