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 page provides documentation for the `ResourcePoliciesScopedList` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and usage in .NET."],["The `ResourcePoliciesScopedList` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling structured data and supporting various functionalities."],["The latest version of the API being documented is 3.6.0, with links provided to documentation for older versions going back to version 1.0.0."],["The class has two constructors: a default constructor and one that takes another `ResourcePoliciesScopedList` object for initialization, allowing for duplication of data."],["The `ResourcePoliciesScopedList` contains two properties, `ResourcePolicies` which is a list of resource policies, and `Warning`, which is a warning that is set if the list of policies is empty."]]],[]]