public sealed class RegionDisksAddResourcePoliciesRequest : IMessage<RegionDisksAddResourcePoliciesRequest>, IEquatable<RegionDisksAddResourcePoliciesRequest>, IDeepCloneable<RegionDisksAddResourcePoliciesRequest>, 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 latest version of the `RegionDisksAddResourcePoliciesRequest` is 3.6.0, with multiple previous versions available for reference, ranging down to version 1.0.0."],["`RegionDisksAddResourcePoliciesRequest` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `Object` class and has methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, being inherited from the `Object` class."],["The class has two constructors: a default constructor and a copy constructor that takes another `RegionDisksAddResourcePoliciesRequest` object as a parameter."],["The primary property within this class is `ResourcePolicies`, which is a `RepeatedField` of strings, used to specify the resource policies that are added to the disk."]]],[]]