Callback of function
Custom object that contains input parameter values of the function, which can be of Object type. The sequence of the input parameter values contained in the object must be the same as that of the input parameters set during cloud function creation.
Timeout interval of a function. The unit is defined by the units parameter.
TimeUnit object defining the time unit.
Returns the newly created AGCFunctionCallable object.
Returns the timeout interval of a function. You can customize the unit of the timeout interval.
Timeout interval of a function. The unit is defined by the units parameter.
TimeUnit object defining the time unit.
Returns a AGCFunctionCallable instance that can be used to call a function.
Generated using TypeDoc
Calls a cloud function that has been set or sets a timeout interval for it.
设置需要调用的云函数后,可以通过此类的方法调用云函数或设置超时时间。