Class SystemTimestamps (2.0.0)

SystemTimestamps(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Timestamps about this resource according to a particular system.

Attributes

NameDescription
create_time `.timestamp.Timestamp`
The creation time of the resource within the given system.
update_time `.timestamp.Timestamp`
The last-modified time of the resource within the given system.
expire_time `.timestamp.Timestamp`
Output only. The expiration time of the resource within the given system. Currently only apllicable to BigQuery resources.

Inheritance

builtins.object > proto.message.Message > SystemTimestamps