GoogleApi.FirebaseHosting.V1beta1.Model.DomainRedirect (google_api_firebase_hosting v0.15.0) View Source

Defines the behavior of a domain-level redirect. Domain redirects preserve the path of the redirect but replace the requested domain with the one specified in the redirect configuration.

Attributes

  • domainName (type: String.t, default: nil) - Required. The domain name to redirect to.
  • type (type: String.t, default: nil) - Required. The redirect status code.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.DomainRedirect{
  domainName: String.t() | nil,
  type: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.