public sealed class DisksAddResourcePoliciesRequest : IMessage<DisksAddResourcePoliciesRequest>, IEquatable<DisksAddResourcePoliciesRequest>, IDeepCloneable<DisksAddResourcePoliciesRequest>, 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."],[[["This webpage provides documentation for the `DisksAddResourcePoliciesRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The latest version documented is 3.6.0, with a range of versions available from 1.0.0 up to the current version, for the user to choose from."],["The `DisksAddResourcePoliciesRequest` class is part of the `Google.Cloud.Compute.V1.dll` assembly and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class allows users to specify a resource policy to be added to a disk via the `ResourcePolicies` property, which accepts a `RepeatedField\u003cstring\u003e`."],["The class inherits from `Object` and has two constructors, one default and one that accepts another instance of `DisksAddResourcePoliciesRequest` as an argument for copying."]]],[]]