google_api_firebase_hosting v0.5.0 GoogleApi.FirebaseHosting.V1beta1.Model.DomainRedirect 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

Link to this type

t()

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

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.