public sealed class BackendServicesScopedList : IMessage<BackendServicesScopedList>, IEquatable<BackendServicesScopedList>, IDeepCloneable<BackendServicesScopedList>, 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 `BackendServicesScopedList` class is available in the `Google.Cloud.Compute.V1` namespace and is part of the `Google.Cloud.Compute.V1.dll` assembly, with the documentation page providing information about version 2.3.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting it is part of a protocol buffer system for data exchange."],["The class has two constructors: a default constructor `BackendServicesScopedList()` and a copy constructor `BackendServicesScopedList(BackendServicesScopedList other)` for creating instances based on existing ones."],["`BackendServicesScopedList` contains two properties: `BackendServices`, which is a list of `BackendService` objects, and `Warning`, which provides informational warnings when the list is empty."],["The provided documentation page offers a list of different versions of the `BackendServicesScopedList` class, ranging from version 1.0.0 to the latest version 3.6.0, with links to their respective documentation pages."]]],[]]