Interface protos.google.cloud.functions.v1.ICallFunctionResponse (1.1.9)

Properties of a CallFunctionResponse.

Package

@google-cloud/functions!

Properties

error

error?: (string|null);

CallFunctionResponse error

Property Value
TypeDescription
(string|null)

executionId

executionId?: (string|null);

CallFunctionResponse executionId

Property Value
TypeDescription
(string|null)

result

result?: (string|null);

CallFunctionResponse result

Property Value
TypeDescription
(string|null)