public sealed class DisksRemoveResourcePoliciesRequest : IMessage<DisksRemoveResourcePoliciesRequest>, IEquatable<DisksRemoveResourcePoliciesRequest>, IDeepCloneable<DisksRemoveResourcePoliciesRequest>, 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 `DisksRemoveResourcePoliciesRequest` class, part of the `Google.Cloud.Compute.V1` namespace, is designed for managing the removal of resource policies from disks, with the latest version being 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in Google Cloud's .NET API for Compute Engine and its compatibility with protocol buffers."],["The class offers two constructors, a default constructor and a copy constructor, to create instances of `DisksRemoveResourcePoliciesRequest`."],["The `ResourcePolicies` property is a `RepeatedField\u003cstring\u003e` that is used to hold the list of resource policies to be removed from a given disk."],["The class inherits from the base `Object` class, incorporating members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]