Class CallFunctionRequest (0.7.2)

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

Request for the CallFunction method. .. attribute:: name

Required. The name of the function to be called.

:type: str

Attribute

NameDescription
data str
Required. Input to be passed to the function.