View Source GoogleApi.FirebaseRules.V1.Model.Result (google_api_firebase_rules v0.17.0)
Possible result values from the function mock invocation.
Attributes
-
undefined
(type:GoogleApi.FirebaseRules.V1.Model.Empty.t
, default:nil
) - The result is undefined, meaning the result could not be computed. -
value
(type:any()
, default:nil
) - The result is an actual value. The type of the value must match that of the type declared by the service.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FirebaseRules.V1.Model.Result{ undefined: GoogleApi.FirebaseRules.V1.Model.Empty.t() | nil, value: any() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.