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 is for the `UpdateZoneRequest` class within the GDC Hardware Management v1alpha API, specifically version 1.0.0-alpha02."],["The `UpdateZoneRequest` class is used to submit a request to update a zone and it inherits from the base `object` class, and it also implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor, and one that accepts another `UpdateZoneRequest` object."],["The `UpdateZoneRequest` class includes three properties: `RequestId` (a unique identifier), `UpdateMask` (to define which fields to update), and `Zone` (the zone to be updated)."],["The latest version of this class is 1.0.0-alpha04, with 1.0.0-alpha03 also available."]]],[]]