JobTemplateConfigEditList

data class JobTemplateConfigEditList(val inputs: List<String>? = null, val key: String? = null, val startTimeOffset: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

List of values identifying files that should be used in this atom.

Link copied to clipboard
val key: String? = null

A unique key for this atom.

Link copied to clipboard
val startTimeOffset: String? = null

Start time in seconds for the atom, relative to the input file timeline. The default is 0s.