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-31 UTC."],[[["This webpage details the `DisksRemoveResourcePoliciesRequest` class within the `Google.Cloud.Compute.V1` namespace, as part of the .NET library, with version 3.6.0 as the latest."],["The `DisksRemoveResourcePoliciesRequest` class is used to remove resource policies from a disk and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and includes methods such as `GetHashCode`, `GetType`, and `ToString`, among others."],["The class has two constructors: a default one and one that takes another `DisksRemoveResourcePoliciesRequest` object as a parameter for copying."],["A key property of this class is `ResourcePolicies`, which is a `RepeatedField` of strings, representing the resource policies that will be removed from a disk."]]],[]]