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 webpage provides documentation for the `SystemTimestamps` class within the `Google.Cloud.DataCatalog.V1` namespace, with the latest version being 2.14.0."],["The `SystemTimestamps` class represents timestamps associated with a resource in a particular system and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers three primary properties for tracking resource timestamps: `CreateTime` (creation timestamp), `ExpireTime` (expiration timestamp, primarily for BigQuery resources), and `UpdateTime` (last modification timestamp)."],["The webpage lists all versions from 2.14.0 to 1.2.0 with links to the documentation for each version, as well as indicating that version 1.5.0 is the current context's selected version."],["The class has 2 constructors: one without parameters and one that takes another `SystemTimestamp` as a parameter."]]],[]]