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 within the Google Cloud App Engine API."],["The `DeleteIngressRuleRequest` class is a part of the `Google.Cloud.AppEngine.V1` namespace and is defined in the `Google.Cloud.AppEngine.V1.dll` assembly."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting some members from `Object`, and it provides two constructors, a default constructor and one that takes another `DeleteIngressRuleRequest` object as a parameter."],["The primary property within the `DeleteIngressRuleRequest` class is `Name`, a string property representing the resource name of the firewall ingress rule to delete, for example, `apps/myapp/firewall/ingressRules/100`."],["This specific content on the page refers to version 1.4.0 of the `DeleteIngressRuleRequest` class, but it also lists many other versions, including up to 2.4.0, the latest version."]]],[]]