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.13.0 of the .NET library."],["The `UrlMapsScopedList` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparisons, deep cloning, and buffer message operations."],["It contains two primary properties: `UrlMaps`, a list of `UrlMap` objects contained in the scope, and `Warning`, which provides an informational warning if the backend service list is empty."],["The documentation provides a version history of the library, spanning from version 1.0.0 up to the latest version, 3.6.0, with links to the documentation of each version."],["The class inherits from `object` and offers access to standard object methods like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]