Stream Input Properties Response
data class StreamInputPropertiesResponse(val datasource: Any? = null, val diagnostics: DiagnosticsResponse, val etag: String, val serialization: Any? = null, val type: String)
The properties that are associated with an input containing stream data.
Constructors
Link copied to clipboard
fun StreamInputPropertiesResponse(datasource: Any? = null, diagnostics: DiagnosticsResponse, etag: String, serialization: Any? = null, type: String)