Function Args
data class FunctionArgs(val name: Output<String>? = null, val properties: Output<ScalarFunctionPropertiesArgs>? = null) : ConvertibleToJava<FunctionArgs>
A function object, containing all information associated with the named function. All functions are contained under a streaming job.