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-04-09 UTC."],[[["This webpage details the `DisksAddResourcePoliciesRequest` class within the `Google.Cloud.Compute.V1` namespace, part of the Google Cloud Compute .NET library."],["The latest version of the documentation available is for version 3.6.0, but version 3.2.0 is being displayed with numerous previous versions listed, going back to 1.0.0."],["The `DisksAddResourcePoliciesRequest` class is used to request the addition of resource policies to a disk, and it inherits from `object` while implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary property of the `DisksAddResourcePoliciesRequest` class is `ResourcePolicies`, which allows you to specify the full or relative path to a resource policy."],["The class has two constructors: one is parameterless and the other copies the data from another `DisksAddResourcePoliciesRequest` object."]]],[]]