google_api_firebase_hosting v0.5.0 GoogleApi.FirebaseHosting.V1beta1.Model.Redirect View Source

A redirect represents the configuration for returning an HTTP redirect response given a matching request URL path.

Attributes

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.Redirect{
  glob: String.t(),
  location: String.t(),
  regex: String.t(),
  statusCode: integer()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.

Built using ExDoc (v0.21.3), designed by Friedel Ziegelmayer.