public sealed class BatchUpdateIngressRulesRequest : IMessage<BatchUpdateIngressRulesRequest>, IEquatable<BatchUpdateIngressRulesRequest>, IDeepCloneable<BatchUpdateIngressRulesRequest>, IBufferMessage, IMessage
Request message for Firewall.BatchUpdateIngressRules.
[[["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 `BatchUpdateIngressRulesRequest` is 2.4.0, and there are multiple previous versions available, ranging down to 1.0.0."],["`BatchUpdateIngressRulesRequest` is a request message used for `Firewall.BatchUpdateIngressRules` within the `Google.Cloud.AppEngine.V1` namespace, as detailed within the context of the provided documentation."],["The `BatchUpdateIngressRulesRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, one empty and one taking another `BatchUpdateIngressRulesRequest` object as a parameter, enabling object copying."],["The `BatchUpdateIngressRulesRequest` class contains two properties: `IngressRules`, a list of `FirewallRule` objects to replace the current set, and `Name`, which designates the name of the firewall collection to update."]]],[]]