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 `UpdateZoneRequest` class is used to update zone details within the Google Cloud Dataplex V1 service, with the latest available version being 3.6.0."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support various functionalities, including message handling, object comparison, deep cloning, and buffer-based operations."],["The `UpdateZoneRequest` class has properties to manage the update process, such as `UpdateMask` for specifying the fields to update, `ValidateOnly` for performing validation without execution, and `Zone` for the updated zone data."],["There are two constructors, a parameterless constructor for creating a new `UpdateZoneRequest` object, and a constructor that accepts another `UpdateZoneRequest` object for copying."],["The provided documentation covers versions from 1.0.0 to 3.6.0 of the Google.Cloud.Dataplex.V1 service, for use when utilizing the UpdateZoneRequest class."]]],[]]