public sealed class GetFirewallRequest : IMessage<GetFirewallRequest>, IEquatable<GetFirewallRequest>, IDeepCloneable<GetFirewallRequest>, IBufferMessage, IMessage
A request message for Firewalls.Get. See the method description for details.
[[["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 `GetFirewallRequest` class is used to request information about a specific firewall, as defined by its name."],["The latest version of `GetFirewallRequest` is 3.6.0, but versions range down to 1.0.0, with various intermediate releases available."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cGetFirewallRequest\u003e`, `IDeepCloneable\u003cGetFirewallRequest\u003e`, and `IBufferMessage`."],["It inherits from `Object` and includes members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class has properties for `Firewall` (the firewall name) and `Project` (the project ID), both of which are of type `string`."]]],[]]