Class CallFunctionRequest (1.8.1)

CallFunctionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for the CallFunction method.

Attributes

NameDescription
name str
Required. The name of the function to be called.
data str
Required. Input to be passed to the function.

Inheritance

builtins.object > proto.message.Message > CallFunctionRequest