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."],[[["This webpage details the `SystemTimestamps` class, which is used to track timestamps associated with a resource within a specific system, across various versions."],["The latest version of the `SystemTimestamps` documentation is for version 2.14.0, while the documentation provides details for versions ranging from 1.2.0 to 2.14.0."],["The `SystemTimestamps` class includes properties for `CreateTime`, `ExpireTime`, and `UpdateTime`, representing the creation, expiration, and last modification timestamps of a resource, respectively."],["The `SystemTimestamps` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `SystemTimestamps` class has two constructors: a default constructor, `SystemTimestamps()`, and another, `SystemTimestamps(SystemTimestamps other)`, which accepts another instance of itself as an argument."]]],[]]