google_api_firebase_rules v0.2.0 GoogleApi.FirebaseRules.V1.Model.Result View Source
Possible result values from the function mock invocation.
Attributes
- undefined (Empty): The result is undefined, meaning the result could not be computed. Defaults to:
null
. - value (String.t): The result is an actual value. The type of the value must match that of the type declared by the service. 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.Result{ undefined: GoogleApi.FirebaseRules.V1.Model.Empty.t(), value: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.