public sealed class NatIpInfoResponse : IMessage<NatIpInfoResponse>, IEquatable<NatIpInfoResponse>, IDeepCloneable<NatIpInfoResponse>, IBufferMessage, IMessage
[[["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-04-09 UTC."],[[["This webpage details the `NatIpInfoResponse` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.5.0, which is part of the Google Cloud Compute .NET library."],["The `NatIpInfoResponse` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and one that accepts another `NatIpInfoResponse` instance for copying, in which it takes the `other` parameter."],["The `NatIpInfoResponse` class has a `Result` property of type `RepeatedField\u003cNatIpInfo\u003e`, which outputs a list of NAT IP information."],["This page also lists various versions of the `NatIpInfoResponse`, showing the currently latest version 3.6.0 and descending all the way down to version 1.0.0."]]],[]]