updateTime property
The last update timestamp of this resource, at which the resource was last modified or deleted.
The granularity is in seconds. Timestamp.nanos will always be 0. This
field is available only when the resource's Protobuf contains it. To
search against update_time
: * Use a field query. - value in seconds
since unix epoch. Example: updateTime < 1609459200
- value in date
string. Example: updateTime < 2021-01-01
- value in date-time string
(must be quoted). Example: updateTime < "2021-01-01T00:00:00"
Implementation
core.String? updateTime;