public sealed class PatchRuleSecurityPolicyRequest : IMessage<PatchRuleSecurityPolicyRequest>, IEquatable<PatchRuleSecurityPolicyRequest>, IDeepCloneable<PatchRuleSecurityPolicyRequest>, IBufferMessage, IMessage
A request message for SecurityPolicies.PatchRule. 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 `PatchRuleSecurityPolicyRequest` class is used to patch a rule within a security policy in Google Cloud Compute, with the latest version being 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the `Object` class."],["Key properties of the `PatchRuleSecurityPolicyRequest` class include `HasPriority`, `Priority`, `Project`, `SecurityPolicy`, and `SecurityPolicyRuleResource`, which manage rule priority, project ID, security policy name, and the rule's body resource."],["The `PatchRuleSecurityPolicyRequest` class has two constructors, one default and one that takes another `PatchRuleSecurityPolicyRequest` instance as a parameter, allowing for object duplication."],["This webpage provides documentation for numerous versions of the `PatchRuleSecurityPolicyRequest`, beginning with version 1.0.0, and each version links to the specifics of the object."]]],[]]