public sealed class UpdateQuotaRuleRequest : IMessage<UpdateQuotaRuleRequest>, IEquatable<UpdateQuotaRuleRequest>, IDeepCloneable<UpdateQuotaRuleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class UpdateQuotaRuleRequest.
Optional. Field mask is used to specify the fields to be overwritten in the
Quota Rule resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not 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-04-17 UTC."],[[["The `UpdateQuotaRuleRequest` class in the NetApp v1 API is used for updating quota rules and is part of the `Google.Cloud.NetApp.V1` namespace."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for data handling and manipulation."],["The `UpdateQuotaRuleRequest` class has two constructors: a default constructor and one that accepts another `UpdateQuotaRuleRequest` object for copying."],["The class contains properties like `QuotaRule`, which is required and represents the quota rule being updated, and `UpdateMask`, which is optional and allows the specification of fields to be overwritten during the update."],["The documented versions for the `UpdateQuotaRuleRequest` class are available from version 1.0.0 to the latest 1.8.0."]]],[]]