View Source GoogleApi.FirebaseHosting.V1beta1.Model.PathFilter (google_api_firebase_hosting v0.17.1)

A representation of filter path.

Attributes

  • regexes (type: list(String.t), default: nil) - An array of RegEx values by which to filter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.PathFilter{
  regexes: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.