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 `RegionDisksRemoveResourcePoliciesRequest` class is the focal point, used to manage the removal of resource policies from region disks."],["The latest version documented is 3.6.0, while versions span back to 1.0.0, allowing users to select a specific version for their needs."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing a wide range of functionalities."],["It inherits from `Object` and utilizes inherited methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class features a `ResourcePolicies` property of type `RepeatedField\u003cstring\u003e`, that is used to specify the list of policies to be removed."]]],[]]