public sealed class DeleteIngressRuleRequest : IMessage<DeleteIngressRuleRequest>, IEquatable<DeleteIngressRuleRequest>, IDeepCloneable<DeleteIngressRuleRequest>, 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."],[[["The latest version available for `DeleteIngressRuleRequest` is 2.4.0, which can be found in the Google Cloud App Engine V1 documentation."],["This class, `DeleteIngressRuleRequest`, is a request message used for the `Firewall.DeleteIngressRule` operation within the Google Cloud App Engine V1 API."],["`DeleteIngressRuleRequest` implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteIngressRuleRequest\u003e`, `IDeepCloneable\u003cDeleteIngressRuleRequest\u003e`, and `IBufferMessage`."],["The class has a property called `Name`, which is a string that represents the name of the Firewall resource to delete and follows the example format: `apps/myapp/firewall/ingressRules/100`."],["The `DeleteIngressRuleRequest` class has two constructors: a default constructor `DeleteIngressRuleRequest()` and a copy constructor `DeleteIngressRuleRequest(DeleteIngressRuleRequest other)`."]]],[]]