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 a firewall ingress rule in Google Cloud App Engine's Firewall."],["The `DeleteIngressRuleRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the `Object` class."],["The webpage documents multiple versions of `DeleteIngressRuleRequest` from 1.0.0 up to the latest version 2.4.0, showcasing the version history of the class."],["The class includes a `Name` property, which is a string that represents the resource name of the specific Firewall ingress rule that needs to be deleted, such as `apps/myapp/firewall/ingressRules/100`."],["There are two constructors available for `DeleteIngressRuleRequest`: a parameterless constructor and a copy constructor that takes another `DeleteIngressRuleRequest` instance as a parameter."]]],[]]