inlineCode property

String? inlineCode
getter/setter pair

[Pick one] An inline resource that contains code for a user-defined function (UDF).

Providing a inline code resource is equivalent to providing a URI for a file containing the same code.

Implementation

core.String? inlineCode;