Output Response
data class OutputResponse(val datasource: Any? = null, val diagnostics: DiagnosticsResponse, val etag: String, val id: String, val name: String? = null, val serialization: Any? = null, val type: String)
An output object, containing all information associated with the named output. All outputs are contained under a streaming job.
Constructors
Link copied to clipboard
fun OutputResponse(datasource: Any? = null, diagnostics: DiagnosticsResponse, etag: String, id: String, name: String? = null, serialization: Any? = null, type: String)