View Source GoogleApi.FirebaseRules.V1.Model.Arg (google_api_firebase_rules v0.17.0)

Arg matchers for the mock function.

Attributes

  • anyValue (type: GoogleApi.FirebaseRules.V1.Model.Empty.t, default: nil) - Argument matches any value provided.
  • exactValue (type: any(), default: nil) - Argument exactly matches value provided.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.FirebaseRules.V1.Model.Arg{
  anyValue: GoogleApi.FirebaseRules.V1.Model.Empty.t() | nil,
  exactValue: any() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.