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."],[[["This webpage provides reference documentation for the `DeleteIngressRuleRequest` class within the Google Cloud App Engine v1 API, specifically version 2.3.0."],["`DeleteIngressRuleRequest` is a request message used for `Firewall.DeleteIngressRule` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and another that accepts an existing `DeleteIngressRuleRequest` instance, facilitating the creation of new instances and cloning."],["The `Name` property of the class is a string that represents the name of the Firewall resource to be deleted, formatted like `apps/myapp/firewall/ingressRules/100`."],["This document also contains links to previous versions of the documentation starting from version 1.0.0 up until version 2.4.0, which is the latest."]]],[]]