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-21 UTC."],[[["The webpage provides documentation for the `AddressesScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically for version 2.8.0, with links to other versions, including 3.6.0 as the latest."],["`AddressesScopedList` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while inheriting from the `object` class."],["The class has two constructors: a default constructor `AddressesScopedList()` and another that takes an `AddressesScopedList` object as a parameter for copying `AddressesScopedList(AddressesScopedList other)`."],["It includes two main properties: `Addresses`, which is a read-only list of `Address` objects, and `Warning`, which provides an informational warning when the address list is empty."],["This page contains links to earlier versions down to 1.0.0 of the documentation relating to the `AddressesScopedList` for reference."]]],[]]