View Source GoogleApi.CloudFunctions.V1.Model.CallFunctionResponse (google_api_cloud_functions v0.37.0)

Response of CallFunction method.

Attributes

  • error (type: String.t, default: nil) - Either system or user-function generated error. Set if execution was not successful.
  • executionId (type: String.t, default: nil) - Execution id of function invocation.
  • result (type: String.t, default: nil) - Result populated for successful execution of synchronous function. Will not be populated if function does not return a result through context.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudFunctions.V1.Model.CallFunctionResponse{
  error: String.t() | nil,
  executionId: String.t() | nil,
  result: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.