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 a part of the `Google.Cloud.Compute.V1` namespace, specifically within the `Google.Cloud.Compute.V1.dll` assembly, and it has been implemented in multiple versions, ranging from 1.0.0 to 3.6.0 (latest)."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for compatibility and functionality within the .NET environment."],["`BackendServicesScopedList` contains a `BackendServices` property, which is a list of `BackendService` objects, and a `Warning` property, used to indicate informational warnings."],["The class supports two constructors, a default parameterless one and another one that accepts a `BackendServicesScopedList` instance."],["The class inherits from `Object`, with the ability to make use of members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]