GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FirewallActionSubstituteAction (google_api_recaptcha_enterprise v0.15.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.