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 `RemoveRuleSecurityPolicyRequest` class is used to formulate a request to remove a rule from a security policy in Google Cloud Compute V1."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for managing message operations, equality, cloning, and buffer management."],["The class provides properties to specify the priority of the rule to be removed, the project ID, and the name of the security policy, with methods to set and get them."],["Version 3.6.0 is the latest release, and the page provides access to documentation for versions ranging from 1.0.0 to 3.6.0, showing the history of this class."],["The RemoveRuleSecurityPolicyRequest has two constructors, one default and one that takes in another RemoveRuleSecurityPolicyRequest to copy it."]]],[]]