[[["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 reference documentation for the `ListIngressRulesResponse` class within the Google Cloud App Engine v1 API, specifically for version 2.3.0, with links to other versions."],["The `ListIngressRulesResponse` class is used as a response message for `Firewall.ListIngressRules`, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`."],["The class includes two constructors, a default constructor and one that takes another `ListIngressRulesResponse` as a parameter, allowing for the creation of a new object either from scratch or as a copy of another."],["Key properties of the `ListIngressRulesResponse` class are `IngressRules`, which is a `RepeatedField` containing `FirewallRule` objects, and `NextPageToken`, a string used for pagination."],["The main method in this class is `GetEnumerator`, which allows users to iterate through the resources in the response, returning an `IEnumerator` of `FirewallRule`."]]],[]]