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-04-09 UTC."],[[["This page details the `InstancesRemoveResourcePoliciesRequest` class within the `Google.Cloud.Compute.V1` namespace, primarily focusing on version 3.5.0."],["The latest version of `InstancesRemoveResourcePoliciesRequest` is 3.6.0, and the page provides links to documentation for multiple previous versions, ranging from 1.0.0 to 3.6.0."],["The `InstancesRemoveResourcePoliciesRequest` class is part of the Google.Cloud.Compute.V1.dll assembly and inherits from the `object` class, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class offers two constructors, one default and one that allows for the creation of an instance based on another `InstancesRemoveResourcePoliciesRequest` object."],["The primary property of this class, `ResourcePolicies`, is a `RepeatedField` of type string that represents the resource policies to be removed from an instance."]]],[]]