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 page provides documentation for the `DeleteIngressRuleRequest` class within the Google Cloud App Engine v1 API, specifically version 2.2.0."],["The `DeleteIngressRuleRequest` class is used to send a request to delete an ingress rule in the App Engine firewall, as part of the `Firewall.DeleteIngressRule` operation."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The `DeleteIngressRuleRequest` class has two constructors, a default constructor and a copy constructor, and includes a `Name` property for specifying the ingress rule to delete."],["The documentation here includes versions ranging from 1.0.0 to 2.4.0, while this specific documentation is for version 2.2.0, with version 2.4.0 being the most recent."]]],[]]