public sealed class DeleteIngressRuleRequest : IMessage<DeleteIngressRuleRequest>, IEquatable<DeleteIngressRuleRequest>, IDeepCloneable<DeleteIngressRuleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class DeleteIngressRuleRequest.
[[["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 the `DeleteIngressRuleRequest` is 2.4.0, and the documentation covers versions ranging from 1.0.0 to 2.4.0."],["`DeleteIngressRuleRequest` is a class in the Google.Cloud.AppEngine.V1 namespace used as a request message for `Firewall.DeleteIngressRule` within the App Engine v1 API."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteIngressRuleRequest` class has a single property, `Name`, which is a string representing the name of the Firewall resource to be deleted, such as `apps/myapp/firewall/ingressRules/100`."],["The class includes two constructors, a default one and another that takes an instance of `DeleteIngressRuleRequest` as a parameter for creating a copy."]]],[]]