modifiedTime property

DateTime? modifiedTime
getter/setter pair

he last time the file was modified by anyone (RFC 3339 date-time).

Note that setting modifiedTime will also update modifiedByMeTime for the user.

Implementation

core.DateTime? modifiedTime;