createTime property
The create timestamp of this resource, at which the resource was created.
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 create_time
: * Use a field query. - value in seconds
since unix epoch. Example: createTime > 1609459200
- value in date
string. Example: createTime > 2021-01-01
- value in date-time string
(must be quoted). Example: createTime > "2021-01-01T00:00:00"
Implementation
core.String? createTime;