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 within the `Google.Cloud.DataCatalog.V1` namespace, specifically for version 1.8.0 and provides links to other versions."],["The `SystemTimestamps` class represents timestamps associated with a resource in a particular system, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has constructor functions `SystemTimestamps()` and `SystemTimestamps(SystemTimestamps other)` for creating instances."],["The class contains properties for `CreateTime`, `ExpireTime`, and `UpdateTime`, which provide timestamps for resource creation, expiration, and the last modification, respectively, with `ExpireTime` being applicable to BigQuery resources."],["It inherits from `Object`, and also contains inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."]]],[]]