public sealed class FirewallAction.Types.SubstituteAction : IMessage<FirewallAction.Types.SubstituteAction>, IEquatable<FirewallAction.Types.SubstituteAction>, IDeepCloneable<FirewallAction.Types.SubstituteAction>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class FirewallAction.Types.SubstituteAction.
A substitute action transparently serves a different page than the one requested.
Implements
IMessageFirewallActionTypesSubstituteAction, IEquatableFirewallActionTypesSubstituteAction, IDeepCloneableFirewallActionTypesSubstituteAction, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
SubstituteAction()
public SubstituteAction()SubstituteAction(SubstituteAction)
public SubstituteAction(FirewallAction.Types.SubstituteAction other)| Parameter | |
|---|---|
| Name | Description |
other |
FirewallActionTypesSubstituteAction |
Properties
Path
public string Path { get; set; }Optional. The address to redirect to. The target is a relative path in the current host. Example: "/blog/404.html".
| Property Value | |
|---|---|
| Type | Description |
string |
|