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-21 UTC."],[[["The latest version available for `RemoveRuleSecurityPolicyRequest` is 3.6.0, but the page also documents versions ranging back to 1.0.0."],["`RemoveRuleSecurityPolicyRequest` is a request message used for removing a rule from a security policy, as part of the Google Cloud Compute API (V1)."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `RemoveRuleSecurityPolicyRequest` has properties such as `HasPriority`, `Priority`, `Project`, and `SecurityPolicy`, to handle the removal of the security rule, all of which are modifiable."],["The `RemoveRuleSecurityPolicyRequest` class can be constructed either with no parameters, or by using another `RemoveRuleSecurityPolicyRequest` object as a parameter."]]],[]]