public sealed class SystemTimestamps : IMessage<SystemTimestamps>, IEquatable<SystemTimestamps>, IDeepCloneable<SystemTimestamps>, IBufferMessage, IMessage
Timestamps associated with this resource in a particular system.
Timestamp of the last modification of the resource or its metadata within
a given system.
Note: Depending on the source system, not every modification updates this
timestamp.
For example, BigQuery timestamps every metadata modification but not data
or permission changes.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `SystemTimestamps` class provides timestamps related to a resource's creation, expiration, and last modification within a specific system."],["Version 2.14.0 is the latest version available, with numerous previous versions ranging from 2.13.0 down to 1.2.0 also documented, and version 1.6.0 as the main context of this webpage."],["The `CreateTime` property represents the creation timestamp, `ExpireTime` indicates the expiration timestamp (currently only for BigQuery resources), and `UpdateTime` shows the last modification timestamp."],["The `SystemTimestamps` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available: a default constructor and one that takes another `SystemTimestamps` object as a parameter."]]],[]]