Get Job Templates Result
data class GetJobTemplatesResult(val id: String, val ids: List<String>, val outputFile: String? = null, val templates: List<GetJobTemplatesTemplate>)
A collection of values returned by getJobTemplates.
Constructors
Link copied to clipboard
fun GetJobTemplatesResult(id: String, ids: List<String>, outputFile: String? = null, templates: List<GetJobTemplatesTemplate>)