google_api_firebase_rules v0.2.0 GoogleApi.FirebaseRules.V1.Model.FunctionCall View Source

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

Attributes

  • args ([String.t]): The arguments that were provided to the function. Defaults to: null.
  • function (String.t): Name of the function invoked. Defaults to: null.

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.FirebaseRules.V1.Model.FunctionCall{
  args: [any()],
  function: any()
}

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.