public sealed class ResourcePoliciesScopedList : IMessage<ResourcePoliciesScopedList>, IEquatable<ResourcePoliciesScopedList>, IDeepCloneable<ResourcePoliciesScopedList>, 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 `ResourcePoliciesScopedList` class is part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly, providing a structured way to manage lists of resource policies."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its comprehensive functionality within the Google Cloud .NET ecosystem."],["The latest version of the API is 3.6.0, while the version 2.10.0 is presented with multiple previous versions available for use, offering backward compatibility and version-specific functionalities."],["The class provides a constructor and an additional constructor that takes another `ResourcePoliciesScopedList` object, allowing for easy instantiation and duplication of existing lists."],["The class contains two properties: `ResourcePolicies`, which holds a list of resource policies, and `Warning`, which provides informational messages when the list of resource policies is empty."]]],[]]