data class EditAtomArgs(val endTimeOffset: Output<String>? = null, val inputs: Output<List<String>>? = null, val key: Output<String>? = null, val startTimeOffset: Output<String>? = null) : ConvertibleToJava<EditAtomArgs>
End time in seconds for the atom, relative to the input file timeline. When end_time_offset is not specified, the inputs are used until the end of the atom.