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 lifecycle within a system, with version 2.14.0 being the most recent available, and version 1.7.0 is currently selected."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various object interactions."],["`SystemTimestamps` contains properties to track `CreateTime`, `ExpireTime`, and `UpdateTime`, which reflect the creation, expiration, and last modification timestamps of a resource."],["The `ExpireTime` property is currently applicable only to BigQuery resources, while `UpdateTime` may not reflect all modifications based on the source system."],["The `SystemTimestamps` class can be instantiated with a parameterless constructor or by passing another `SystemTimestamps` object in the constructor."]]],[]]