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, specifically version 2.8.0 of the library, with links to all the previous versions as well."],["The `SecurityPolicyRuleRedirectOptions` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class offers two constructors: a default constructor (`SecurityPolicyRuleRedirectOptions()`) and one that accepts another `SecurityPolicyRuleRedirectOptions` object as a parameter (`SecurityPolicyRuleRedirectOptions(SecurityPolicyRuleRedirectOptions other)`)."],["The `SecurityPolicyRuleRedirectOptions` class has four properties: `HasTarget` and `HasType`, which are boolean values indicating if the \"target\" and \"type\" fields are set, respectively; `Target`, which is a string representing the redirect target; and `Type`, which is a string representing the type of redirect action."],["The most recent version is 3.6.0, and links to versions starting at 1.0.0 up until the most recent version can be found on the webpage."]]],[]]