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, designed for handling requests to remove rules from security policies."],["The latest version available for `RemoveRuleSecurityPolicyRequest` is 3.6.0, with a range of previous versions listed, dating back to 1.0.0."],["The `RemoveRuleSecurityPolicyRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and manipulation."],["Key properties of the class include `Priority`, `Project`, and `SecurityPolicy`, which are essential for identifying the rule and the security policy it belongs to, and project specific details."],["The `RemoveRuleSecurityPolicyRequest` class has two constructors to be initiated, either with no parameters, or copying another object of the same type."]]],[]]