public sealed class TargetVpnGatewaysScopedList : IMessage<TargetVpnGatewaysScopedList>, IEquatable<TargetVpnGatewaysScopedList>, IDeepCloneable<TargetVpnGatewaysScopedList>, 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-21 UTC."],[[["The latest version of the `TargetVpnGatewaysScopedList` is 3.6.0, with multiple previous versions available for reference, ranging from 1.0.0 to 3.5.0."],["The `TargetVpnGatewaysScopedList` class, found in the `Google.Cloud.Compute.V1` namespace, provides a structure for handling lists of target VPN gateways and warning messages."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, adding capabilities for message handling, comparison, deep cloning, and buffer operations."],["It includes a `TargetVpnGateways` property, which is a read-only list of `TargetVpnGateway` objects, and a `Warning` property to communicate informational warnings."],["The class offers two constructors: one default constructor and another that accepts a `TargetVpnGatewaysScopedList` object for copying its contents."]]],[]]