google_api_cloud_functions v0.18.0 GoogleApi.CloudFunctions.V1.Model.CallFunctionResponse View Source

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.

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.CloudFunctions.V1.Model.CallFunctionResponse{
  error: String.t(),
  executionId: String.t(),
  result: String.t()
}

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.