View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FirewallActionSubstituteAction (google_api_recaptcha_enterprise v0.7.0)

A substitute action transparently serves a different page than the one requested.

Attributes

  • path (type: String.t, default: nil) - Optional. The address to redirect to. The target is a relative path in the current host. Example: "/blog/404.html".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FirewallActionSubstituteAction{
    path: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.