public sealed class InstancesRemoveResourcePoliciesRequest : IMessage<InstancesRemoveResourcePoliciesRequest>, IEquatable<InstancesRemoveResourcePoliciesRequest>, IDeepCloneable<InstancesRemoveResourcePoliciesRequest>, 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 `InstancesRemoveResourcePoliciesRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is defined within the `Google.Cloud.Compute.V1.dll` assembly."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling message serialization, equality, cloning, and buffering."],["The `InstancesRemoveResourcePoliciesRequest` class has a constructor that can either create a new instance or clone from an existing one, taking an `InstancesRemoveResourcePoliciesRequest` object as a parameter."],["The class contains a `ResourcePolicies` property of type `RepeatedField\u003cstring\u003e`, which holds a list of resource policies intended for removal from an instance."],["The documentation covers various versions of the `InstancesRemoveResourcePoliciesRequest` class, ranging from version 1.0.0 to 3.6.0, with 3.6.0 being the latest version."]]],[]]