JobTemplateConfigInput

data class JobTemplateConfigInput(val key: String? = null, val uri: String? = null)

Constructors

Link copied to clipboard
constructor(key: String? = null, uri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

A unique key for this input. Must be specified when using advanced mapping and edit lists.

Link copied to clipboard
val uri: String? = null

URI of the media. Input files must be at least 5 seconds in duration and stored in Cloud Storage (for example, gs://bucket/inputs/file.mp4). If empty, the value is populated from Job.input_uri.