public sealed class RemoveRuleSecurityPolicyRequest : IMessage<RemoveRuleSecurityPolicyRequest>, IEquatable<RemoveRuleSecurityPolicyRequest>, IDeepCloneable<RemoveRuleSecurityPolicyRequest>, IBufferMessage, IMessage
A request message for SecurityPolicies.RemoveRule. See the method description for details.
[[["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 details the `RemoveRuleSecurityPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, used to make requests for the `SecurityPolicies.RemoveRule` method."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `RemoveRuleSecurityPolicyRequest` class has constructors and properties to specify request parameters such as `Priority`, `Project`, and `SecurityPolicy`."],["The latest documented version of `Google.Cloud.Compute.V1` is `3.6.0`, with documentation available for many previous versions going back to `1.0.0`."],["This class is found within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]