public sealed class UrlMapsScopedList : IMessage<UrlMapsScopedList>, IEquatable<UrlMapsScopedList>, IDeepCloneable<UrlMapsScopedList>, 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."],[[["This webpage details the `UrlMapsScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.3.0, which is part of the Google Cloud .NET client library."],["The `UrlMapsScopedList` class, used to manage a list of UrlMaps in a given scope, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation is 3.6.0, with links available to previous versions, ranging from 3.5.0 down to 1.0.0, all of which contain similar information."],["It has two constructors: a default constructor and one that accepts another `UrlMapsScopedList` object for initialization, along with two properties, `UrlMaps` and `Warning`."],["The `UrlMaps` property, of type `RepeatedField\u003cUrlMap\u003e`, contains the list of UrlMaps, and the `Warning` property holds an informational warning if the list of backend services is empty, of type `Warning`."]]],[]]