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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides documentation for the `ModelDataRead` class within the `Google.Cloud.Audit` namespace, specifically version 2.0.0, which represents a model data read event in BigQuery."],["The `ModelDataRead` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to function within the Google.Protobuf framework."],["The class offers two constructors: a default constructor `ModelDataRead()` and an overload `ModelDataRead(BigQueryAuditMetadata.Types.ModelDataRead other)` which allows for creating a new instance based on another `ModelDataRead` object."],["Key properties of the `ModelDataRead` class include `JobName`, which specifies the URI of the job that performed the model data read, and `Reason`, which details the reason behind the data read operation."],["The documentation includes a list of previous versions ranging from 1.0.0 to 2.5.0, the latest version being 2.5.0."]]],[]]