public sealed class UpdateIngressRuleRequest : IMessage<UpdateIngressRuleRequest>, IEquatable<UpdateIngressRuleRequest>, IDeepCloneable<UpdateIngressRuleRequest>, 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-21 UTC."],[[["This webpage details the `UpdateIngressRuleRequest` class, which is used for updating firewall ingress rules within the Google Cloud App Engine environment."],["The `UpdateIngressRuleRequest` class inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for the `UpdateIngressRuleRequest` class is 2.4.0, while version 1.4.0 is the version used throughout this particular webpage's content, there are other versions from 1.0.0 up to 2.3.0."],["Key properties of the `UpdateIngressRuleRequest` class include `Name` (the resource identifier), `Rule` (the updated firewall rule), and `UpdateMask` (specifying which fields to update)."],["The `UpdateIngressRuleRequest` class has two constructors, one that is parameterless, and one that takes a copy of another `UpdateIngressRuleRequest` object as a parameter."]]],[]]