Get Executions Result
data class GetExecutionsResult(val category: String? = null, val endDate: String? = null, val endDateAfter: String? = null, val executedBy: String? = null, val executions: List<GetExecutionsExecution>, val id: String, val ids: List<String>, val includeChildExecution: Boolean? = null, val mode: String? = null, val outputFile: String? = null, val parentExecutionId: String? = null, val ramRole: String? = null, val sortField: String? = null, val sortOrder: String? = null, val startDateAfter: String? = null, val startDateBefore: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val templateName: String? = null)
A collection of values returned by getExecutions.
Constructors
Link copied to clipboard
constructor(category: String? = null, endDate: String? = null, endDateAfter: String? = null, executedBy: String? = null, executions: List<GetExecutionsExecution>, id: String, ids: List<String>, includeChildExecution: Boolean? = null, mode: String? = null, outputFile: String? = null, parentExecutionId: String? = null, ramRole: String? = null, sortField: String? = null, sortOrder: String? = null, startDateAfter: String? = null, startDateBefore: String? = null, status: String? = null, tags: Map<String, String>? = null, templateName: String? = null)