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-09 UTC."],[[["This webpage details the `UrlMapsScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.10.0 of the Google Cloud Compute .NET library."],["The `UrlMapsScopedList` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality in message handling, equality comparisons, deep cloning, and buffer management."],["The class contains two key properties: `UrlMaps`, a list of `UrlMap` objects, and `Warning`, which provides informational warnings when the `UrlMaps` list is empty."],["The content provides links to various versions of `UrlMapsScopedList`, ranging from version 1.0.0 to 3.6.0, with 3.6.0 being the latest, and 2.10.0 being the version focused on."],["The class has two constructors: a default constructor `UrlMapsScopedList()` and a copy constructor `UrlMapsScopedList(UrlMapsScopedList other)` used for creating a new instance based on an existing one."]]],[]]