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-04-09 UTC."],[[["This webpage provides documentation for the `SystemTimestamps` class within the `Google.Cloud.DataCatalog.V1` namespace, specifically in version 1.4.0, along with links to past versions of documentation, up to 2.14.0 which is the latest version."],["The `SystemTimestamps` class, which implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, represents timestamps associated with a resource in a given system."],["The class includes three key properties: `CreateTime` for resource creation timestamp, `ExpireTime` for resource expiration (currently for BigQuery), and `UpdateTime` for the last modification timestamp of the resource or metadata."],["`SystemTimestamps` has two constructors, the default one, and another which takes a `SystemTimestamps` object."],["`SystemTimestamps` inherits from the base class `Object`, meaning it also possesses the functions `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]