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-03-24 UTC."],[[["The webpage details the `RegionDisksRemoveResourcePoliciesRequest` class within the Google.Cloud.Compute.V1 namespace, version 2.11.0 of the library, with the latest version being 3.6.0."],["This class is used for removing resource policies from region disks, and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RegionDisksRemoveResourcePoliciesRequest` class inherits from `object` and has methods like `GetHashCode`, `GetType`, and `ToString` in addition to its own properties and methods."],["The class includes a constructor with no parameters and one that accepts another `RegionDisksRemoveResourcePoliciesRequest` object as a parameter for copying, and it also includes a `ResourcePolicies` property of type `RepeatedField\u003cstring\u003e` which is used to determine the resource policies that are to be removed."],["The webpage provides a comprehensive list of versions for the `RegionDisksRemoveResourcePoliciesRequest`, ranging from version 1.0.0 up to the latest version, as well as links to the documentation for all the classes and interfaces."]]],[]]