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

A header defines custom headers to add to a response should the request URL path match the pattern.

Attributes

  • glob (type: String.t, default: nil) - The user-supplied glob pattern to match against the request URL path.
  • headers (type: map(), default: nil) - Required. The additional headers to add to the response.
  • regex (type: String.t, default: nil) - The user-supplied RE2 regular expression to match against the request URL path.

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.Header{
  glob: String.t(),
  headers: map(),
  regex: 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.