View Source GoogleApi.Compute.V1.Model.SecurityPolicyRuleRedirectOptions (google_api_compute v0.56.2)

Attributes

  • target (type: String.t, default: nil) - Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.
  • type (type: String.t, default: nil) - Type of the redirect action.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.SecurityPolicyRuleRedirectOptions{
  target: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.