Function Response
data class FunctionResponse(val id: String, val name: String? = null, val properties: Either<AggregateFunctionPropertiesResponse, ScalarFunctionPropertiesResponse>? = null, val type: String)
A function object, containing all information associated with the named function. All functions are contained under a streaming job.
Constructors
Link copied to clipboard
constructor(id: String, name: String? = null, properties: Either<AggregateFunctionPropertiesResponse, ScalarFunctionPropertiesResponse>? = null, type: String)
Properties
Link copied to clipboard
val properties: Either<AggregateFunctionPropertiesResponse, ScalarFunctionPropertiesResponse>? = null
The properties that are associated with a function.