public sealed class ModelDataRead : IMessage<BigQueryAuditMetadata.Types.ModelDataRead>, IEquatable<BigQueryAuditMetadata.Types.ModelDataRead>, IDeepCloneable<BigQueryAuditMetadata.Types.ModelDataRead>, 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 webpage details the `ModelDataRead` class, which represents a model data read event within the `Google.Cloud.Audit` namespace in the .NET environment."],["The `ModelDataRead` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version available is 2.5.0, and previous versions back to 1.0.0 are also available, including the version 1.1.0 in focus on this page."],["The class provides two constructors: a default `ModelDataRead()` and an overload `ModelDataRead(BigQueryAuditMetadata.Types.ModelDataRead other)` to create a copy of an existing `ModelDataRead`."],["Key properties of the `ModelDataRead` class include `JobName`, which specifies the job URI, and `Reason`, which describes how the model data was read, both providing crucial context for the data read event."]]],[]]