google_api_cloud_functions v0.6.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 nil.
  • executionId (String.t): Execution id of function invocation. Defaults to nil.
  • 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 nil.

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.