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

Represents a service-defined function call that was invoked during test execution.

Attributes

  • args (type: list(any()), default: nil) - The arguments that were provided to the function.
  • function (type: String.t, default: nil) - Name of the function invoked.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.FirebaseRules.V1.Model.FunctionCall{
  args: [any()] | nil,
  function: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.