JobInputsResponse

data class JobInputsResponse(val inputs: List<Any>? = null, val odataType: String)

Describes a list of inputs to a Job.

Constructors

Link copied to clipboard
constructor(inputs: List<Any>? = null, odataType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val inputs: List<Any>? = null

List of inputs to a Job.

Link copied to clipboard

The discriminator for derived types. Expected value is '#Microsoft.Media.JobInputs'.