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-31 UTC."],[[["This webpage provides documentation for the `SecurityPolicyRuleRedirectOptions` class within the `Google.Cloud.Compute.V1` namespace in the .NET environment, with a focus on version 3.4.0."],["The `SecurityPolicyRuleRedirectOptions` class is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to manage redirect actions within security policy rules."],["The class has two constructors: a default constructor and a constructor that accepts another `SecurityPolicyRuleRedirectOptions` object for copying its properties."],["Key properties of the class include `HasTarget` and `HasType`, which determine whether the target and type fields are set, as well as `Target` and `Type`, which store the target URL and the type of redirect, respectively."],["The documentation covers a range of versions from 1.0.0 to 3.6.0, allowing users to look up other versions of `SecurityPolicyRuleRedirectOptions` in the documentation."]]],[]]