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 for `RemoveRuleSecurityPolicyRequest` is 3.6.0, although many other versions are available, ranging down to version 1.0.0."],["`RemoveRuleSecurityPolicyRequest` is a request message used for the `SecurityPolicies.RemoveRule` method, as defined in `Google.Cloud.Compute.V1`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `RemoveRuleSecurityPolicyRequest` class include `Priority`, `Project`, and `SecurityPolicy`, each serving a specific purpose in managing security policy rules."],["There is a constructor that accepts another `RemoveRuleSecurityPolicyRequest` object to allow the creation of new objects from preexisting ones."]]],[]]