Get Workflow Config Result
data class GetWorkflowConfigResult(val cronSchedule: String, val invocationConfig: InvocationConfigResponse, val name: String, val recentScheduledExecutionRecords: List<ScheduledExecutionRecordResponse>, val releaseConfig: String, val timeZone: String)
Constructors
Link copied to clipboard
fun GetWorkflowConfigResult(cronSchedule: String, invocationConfig: InvocationConfigResponse, name: String, recentScheduledExecutionRecords: List<ScheduledExecutionRecordResponse>, releaseConfig: String, timeZone: String)