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."],[[["The latest version of `UrlMapsScopedList` is 3.6.0, and the webpage provides access to documentation for multiple previous versions, ranging down to version 1.0.0."],["`UrlMapsScopedList` is a class within the `Google.Cloud.Compute.V1` namespace in the `Google.Cloud.Compute.V1.dll` assembly, representing a list of URL maps within a specified scope."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling advanced functionalities."],["`UrlMapsScopedList` includes two main properties: `UrlMaps`, which is a `RepeatedField` containing a list of `UrlMap` objects, and `Warning`, which is of type `Warning` and provides an informational warning if the list of backend services is empty."],["The `UrlMapsScopedList` class has two constructors: a parameterless constructor, and one that accepts another `UrlMapsScopedList` instance, allowing for creating objects from scratch or from existing objects."]]],[]]