userDefinedContext property

Map<String, String>? userDefinedContext
getter/setter pair

User-defined context as a set of key/value pairs, which will be sent as function invocation context together with batched arguments in the requests to the remote service.

The total number of bytes of keys and values must be less than 8KB.

Implementation

core.Map<core.String, core.String>? userDefinedContext;