updated property

DateTime? updated
getter/setter pair

The modification time of the object metadata in RFC 3339 format.

Set initially to object creation time and then updated whenever any metadata of the object changes. This includes changes made by a requester, such as modifying custom metadata, as well as changes made by Cloud Storage on behalf of a requester, such as changing the storage class based on an Object Lifecycle Configuration.

Implementation

core.DateTime? updated;