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, found within the `Google.Cloud.Compute.V1` namespace, is designed to manage the removal of resource policies from disks in Google Cloud."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing a range of functionalities for working with the data structure."],["The class offers two constructors: a default constructor (`DisksRemoveResourcePoliciesRequest()`) and a copy constructor (`DisksRemoveResourcePoliciesRequest(DisksRemoveResourcePoliciesRequest other)`), enabling the creation of new instances or copies of existing ones."],["The `ResourcePolicies` property, of type `RepeatedField\u003cstring\u003e`, allows for the management of a collection of resource policies that should be removed from a disk."],["The documentation page provides access to older and newer versions of the class documentation, ranging from version 1.0.0 to 3.6.0, with 3.6.0 being the latest."]]],[]]