GetInputResult

data class GetInputResult(val id: String, val name: String? = null, val properties: Either<ReferenceInputPropertiesResponse, StreamInputPropertiesResponse>, val type: String)

An input object, containing all information associated with the named input. All inputs are contained under a streaming job.

Constructors

Link copied to clipboard
constructor(id: String, name: String? = null, properties: Either<ReferenceInputPropertiesResponse, StreamInputPropertiesResponse>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard
val name: String? = null

Resource name

Link copied to clipboard

The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.

Link copied to clipboard

Resource type