public sealed class UpdateZoneRequest : IMessage<UpdateZoneRequest>, IEquatable<UpdateZoneRequest>, IDeepCloneable<UpdateZoneRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class UpdateZoneRequest.
Required. A mask to specify the fields in the Zone to overwrite with this
update. The fields specified in the update_mask are relative to the zone,
not the full request. A field will be overwritten if it is in the mask. If
you don't provide a mask then all fields will be overwritten.
[[["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 documentation covers the `UpdateZoneRequest` class within the GDC Hardware Management v1alpha API, specifically version 1.0.0-alpha03."],["`UpdateZoneRequest` is a class used to request updates to a zone, inheriting from `object` and implementing several interfaces like `IMessage` and `IEquatable`."],["The class contains properties such as `RequestId`, `UpdateMask`, and `Zone`, which are used to define the specifics of the zone update request."],["There are two constructors for the `UpdateZoneRequest` class, one default and another that takes an existing `UpdateZoneRequest` object as a parameter."],["The latest version available for reference documentation is version 1.0.0-alpha04."]]],[]]