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 webpage provides documentation for the `ResourcePoliciesScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.6.0, which represents a list of resource policies in a specific scope."],["The latest version available is 3.6.0, and the page includes a list of previous versions, ranging from 3.5.0 down to 1.0.0, all providing the documentation on `ResourcePoliciesScopedList`."],["`ResourcePoliciesScopedList` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a complex object that is meant to handle data structures."],["The class has two constructors, a default one, and another which takes another `ResourcePoliciesScopedList` object, enabling copies of the object to be created, and has two main properties, `ResourcePolicies` which is a list of `ResourcePolicy`, and `Warning`, which is meant to inform the user when the list is empty."],["The class is located in the `Google.Cloud.Compute.V1` namespace, within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]