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 latest version of the `RegionDisksRemoveResourcePoliciesRequest` is 3.6.0, with multiple previous versions available for reference, spanning back to version 1.0.0."],["`RegionDisksRemoveResourcePoliciesRequest` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for varied object management and manipulation."],["This class has a constructor that enables creating a new instance or copying from an existing `RegionDisksRemoveResourcePoliciesRequest` object."],["The class also contains a property called `ResourcePolicies`, which is a `RepeatedField` of strings that describes the policies that can be removed from a disk."],["The `RegionDisksRemoveResourcePoliciesRequest` class inherits from the base `object` class, using it for functionality such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]