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."],[[["This webpage details the `DeleteIngressRuleRequest` class, which is used as a request message for deleting an ingress rule in the `Firewall.DeleteIngressRule` method."],["The `DeleteIngressRuleRequest` class is part of the `Google.Cloud.AppEngine.V1` namespace within the `Google.Cloud.AppEngine.V1.dll` assembly."],["It implements several interfaces, including `IMessage\u003cDeleteIngressRuleRequest\u003e`, `IEquatable\u003cDeleteIngressRuleRequest\u003e`, `IDeepCloneable\u003cDeleteIngressRuleRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class contains a `Name` property of type `String`, representing the name of the firewall resource to delete, with the format example `apps/myapp/firewall/ingressRules/100`."],["The webpage contains a list of various version numbers, including the latest, that are all linked to the same `DeleteIngressRuleRequest` class."]]],[]]