public sealed class AddressesScopedList : IMessage<AddressesScopedList>, IEquatable<AddressesScopedList>, IDeepCloneable<AddressesScopedList>, 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 `Google.Cloud.Compute.V1` package is 3.6.0, with multiple previous versions available, ranging down to version 1.0.0."],["The current page focuses on the `AddressesScopedList` class within version 3.4.0 of the `Google.Cloud.Compute.V1` namespace."],["`AddressesScopedList` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from object."],["The `AddressesScopedList` class has two constructors, a default constructor and one that takes another `AddressesScopedList` object as a parameter, allowing for the creation of new instances with or without existing data."],["The `AddressesScopedList` class contains two properties, `Addresses` which is a list of `Address` objects, and `Warning`, which shows an informational warning when the address list is empty."]]],[]]