Repository Workflow Config Recent Scheduled Execution Record
data class RepositoryWorkflowConfigRecentScheduledExecutionRecord(val errorStatuses: List<RepositoryWorkflowConfigRecentScheduledExecutionRecordErrorStatus>? = null, val executionTime: String? = null, val workflowInvocation: String? = null)
Constructors
Link copied to clipboard
fun RepositoryWorkflowConfigRecentScheduledExecutionRecord(errorStatuses: List<RepositoryWorkflowConfigRecentScheduledExecutionRecordErrorStatus>? = null, executionTime: String? = null, workflowInvocation: String? = null)