public sealed class UpdateZoneRequest : IMessage<UpdateZoneRequest>, IEquatable<UpdateZoneRequest>, IDeepCloneable<UpdateZoneRequest>, 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-25 UTC."],[[["The latest version available for `UpdateZoneRequest` is 3.6.0, with various other versions ranging from 1.0.0 to 3.5.0 available for use."],["`UpdateZoneRequest` is a class used to make requests to update a zone, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateZoneRequest` class is found in the `Google.Cloud.Dataplex.V1` namespace, and part of the `Google.Cloud.Dataplex.V1.dll` assembly."],["The class includes properties like `UpdateMask`, `ValidateOnly`, and `Zone`, which are used to specify the fields to update, validate requests, and describe the zone, respectively."],["There are two constructors for the class `UpdateZoneRequest`, one being empty, and the other accepting an `UpdateZoneRequest` as a parameter."]]],[]]