public sealed class UpdateApiRequest : IMessage<UpdateApiRequest>, IEquatable<UpdateApiRequest>, IDeepCloneable<UpdateApiRequest>, IBufferMessage, IMessage
Field mask is used to specify the fields to be overwritten in the
Api 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-03-21 UTC."],[[["The latest version available for `UpdateApiRequest` is 2.4.0, with older versions including 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.1.0, and 1.0.0 also listed."],["`UpdateApiRequest` is a request message for the `ApiGatewayService.UpdateApi` function."],["`UpdateApiRequest` inherits from `Object` and implements several interfaces, including `IMessage\u003cUpdateApiRequest\u003e`, `IEquatable\u003cUpdateApiRequest\u003e`, `IDeepCloneable\u003cUpdateApiRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The `UpdateApiRequest` class has two constructors: a default constructor `UpdateApiRequest()` and another that takes an `UpdateApiRequest` object as a parameter, `UpdateApiRequest(UpdateApiRequest other)`."],["Key properties of `UpdateApiRequest` include `Api`, which is a required API resource of type `Api`, and `UpdateMask`, used to define which fields in the API resource will be overwritten during an update."]]],[]]