Output Path Asset Reference Response
data class OutputPathAssetReferenceResponse(val jobId: String? = null, val path: String? = null, val referenceType: String)
Reference to an asset via its path in a job output.
Constructors
Link copied to clipboard
fun OutputPathAssetReferenceResponse(jobId: String? = null, path: String? = null, referenceType: String)