public sealed class ModelDataChange : IMessage<BigQueryAuditMetadata.Types.ModelDataChange>, IEquatable<BigQueryAuditMetadata.Types.ModelDataChange>, IDeepCloneable<BigQueryAuditMetadata.Types.ModelDataChange>, IBufferMessage, IMessage
[[["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 document provides details on the `ModelDataChange` class, which represents a model data change event within the `Google.Cloud.Audit` namespace."],["The `ModelDataChange` class is available across multiple versions, with version 2.5.0 being the latest, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that takes another `ModelDataChange` object as a parameter."],["Key properties of the `ModelDataChange` class include `JobName`, which specifies the URI of the job that altered the model data, and `Reason`, which describes how the model data was modified."],["The document also outlines inherited members, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, from the base `Object` class."]]],[]]