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 latest version available for `BackendServicesScopedList` is 3.6.0, which can be found at the provided link, alongside a list of previous versions dating back to version 1.0.0."],["`BackendServicesScopedList` is a sealed class that inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class provides access to a list of `BackendService` objects through the `BackendServices` property, which is of type `RepeatedField\u003cBackendService\u003e`."],["It also contains a `Warning` property, of type `Warning`, that provides informational warnings, especially when the backend services list is empty."],["The class has a default and a copy constructor that accepts an object of the same type as parameter."]]],[]]