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-03-31 UTC."],[[["The latest version of the `NatIpInfoResponse` documentation is 3.6.0, but this page is showing version 2.15.0."],["The `NatIpInfoResponse` class in the `Google.Cloud.Compute.V1` namespace, found in the `Google.Cloud.Compute.V1.dll` assembly, represents a response containing Network Address Translation (NAT) IP information."],["The `NatIpInfoResponse` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable\u003cNatIpInfoResponse\u003e`, `IDeepCloneable\u003cNatIpInfoResponse\u003e`, and `IBufferMessage`."],["The `NatIpInfoResponse` class includes a `Result` property of type `RepeatedField\u003cNatIpInfo\u003e` that holds a list of NAT IP information, available as output only."],["There are two constructors available: a default constructor and one that takes another `NatIpInfoResponse` object as a parameter for creating a new instance."]]],[]]