targets property

List<Target>? targets
getter/setter pair

All Google Drive objects this activity is about (e.g. file, folder, drive).

This represents the state of the target immediately after the actions occurred.

Implementation

core.List<Target>? targets;