public sealed class RegionDisksRemoveResourcePoliciesRequest : IMessage<RegionDisksRemoveResourcePoliciesRequest>, IEquatable<RegionDisksRemoveResourcePoliciesRequest>, IDeepCloneable<RegionDisksRemoveResourcePoliciesRequest>, 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-04-09 UTC."],[[["This webpage details the `RegionDisksRemoveResourcePoliciesRequest` class within the Google.Cloud.Compute.V1 namespace, with the latest version being 3.6.0."],["The `RegionDisksRemoveResourcePoliciesRequest` class is used to define a request to remove resource policies from a region disk."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor and a copy constructor that takes another `RegionDisksRemoveResourcePoliciesRequest` object as a parameter."],["The `ResourcePolicies` property allows specification of which resource policies are to be removed from a disk, and is a `RepeatedField` collection of string values."]]],[]]