ActionDetail class

Data describing the type and additional information of an action.

Constructors

ActionDetail({AppliedLabelChange? appliedLabelChange, Comment? comment, Create? create, Delete? delete, DataLeakPreventionChange? dlpChange, Edit? edit, Move? move, PermissionChange? permissionChange, ApplicationReference? reference, Rename? rename, Restore? restore, SettingsChange? settingsChange})
ActionDetail.fromJson(Map json_)

Properties

appliedLabelChange AppliedLabelChange?
Label was changed.
getter/setter pair
comment Comment?
A change about comments was made.
getter/setter pair
create Create?
An object was created.
getter/setter pair
delete Delete?
An object was deleted.
getter/setter pair
dlpChange DataLeakPreventionChange?
A change happened in data leak prevention status.
getter/setter pair
edit Edit?
An object was edited.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
move Move?
An object was moved.
getter/setter pair
permissionChange PermissionChange?
The permission on an object was changed.
getter/setter pair
reference ApplicationReference?
An object was referenced in an application outside of Drive/Docs.
getter/setter pair
rename Rename?
An object was renamed.
getter/setter pair
restore Restore?
A deleted object was restored.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settingsChange SettingsChange?
Settings were changed.
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