public sealed class SecurityPolicyRuleRedirectOptions : IMessage<SecurityPolicyRuleRedirectOptions>, IEquatable<SecurityPolicyRuleRedirectOptions>, IDeepCloneable<SecurityPolicyRuleRedirectOptions>, IBufferMessage, IMessage
[[["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."],[[["This webpage provides documentation for the `SecurityPolicyRuleRedirectOptions` class within the `Google.Cloud.Compute.V1` namespace in .NET, detailing its functionality and usage."],["The latest version available is 3.6.0, and the page includes links to documentation for various versions, ranging from 1.0.0 to 3.6.0."],["The `SecurityPolicyRuleRedirectOptions` class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for enhanced functionality and compatibility."],["The class has two properties, `Target` and `Type`, used to define the target and type of the redirect action, alongside boolean properties `HasTarget` and `HasType` which indicate whether the `target` and `type` fields are set."],["The `SecurityPolicyRuleRedirectOptions` class includes a parameter in one of its constructors for another `SecurityPolicyRuleRedirectOptions` object, in order to create a new object based on a current one."]]],[]]