createTime property
The time at which the document was created.
This value increases monotonically when a document is deleted then
recreated. It can also be compared to values from other documents and the
read_time
of a query.
Output only.
Implementation
core.String? createTime;