public sealed class UpdateDatasetRequest : IMessage<UpdateDatasetRequest>, IEquatable<UpdateDatasetRequest>, IDeepCloneable<UpdateDatasetRequest>, 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."],[[["The latest version of `UpdateDatasetRequest` is `2.0.0-beta23`, which is part of the `Google.Cloud.DocumentAI.V1Beta3` namespace."],["`UpdateDatasetRequest` inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cUpdateDatasetRequest\u003e`, `IDeepCloneable\u003cUpdateDatasetRequest\u003e`, and `IBufferMessage`."],["The class offers two constructors, a default constructor `UpdateDatasetRequest()` and one that takes another `UpdateDatasetRequest` instance as a parameter."],["It contains two properties: `Dataset` of type `Dataset`, which is required for identifying the resource to update, and `UpdateMask` of type `FieldMask`, which applies to the resource during updates."],["`UpdateDatasetRequest` is part of the Google.Cloud.DocumentAI.V1Beta3.dll assembly."]]],[]]