Tracks basic CRUD facts.
| JSON representation |
|---|
{ "updateTime": string, "createTime": string, "creator": string, "updater": string } |
| Fields | |
|---|---|
updateTime |
Output only. Time of creation or last update. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
createTime |
Output only. Time of creation. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
creator |
Output only. Agent that created or updated the record, could be a UserId or a JobId. |
updater |
Output only. Agent that last updated the record, could be a UserId or a JobId. |