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-04-02 UTC."],[[["This webpage provides documentation for the `UrlMapsScopedList` class within the `Google.Cloud.Compute.V1` namespace, covering versions from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["The `UrlMapsScopedList` class, found in the `Google.Cloud.Compute.V1.dll` assembly, is a sealed class that inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a parameterless one and one that accepts another `UrlMapsScopedList` instance, and has properties named `UrlMaps` and `Warning`."],["The `UrlMaps` property is a `RepeatedField` of `UrlMap` objects, representing a list of UrlMaps in a specific scope."],["The `Warning` property, of the type `Warning`, indicates if there is a warning associated with the current list of the UrlMaps."]]],[]]