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

Response of `CallFunction` method.

Attributes

  • error (String.t): Either system or user-function generated error. Set if execution was not successful. Defaults to: null.
  • executionId (String.t): Execution id of function invocation. Defaults to: null.
  • result (String.t): Result populated for successful execution of synchronous function. Will not be populated if function does not return a result through context. 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.CloudFunctions.V1.Model.CallFunctionResponse{
  error: any(),
  executionId: any(),
  result: 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.