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
constructor(errorStatuses: List<RepositoryWorkflowConfigRecentScheduledExecutionRecordErrorStatus>? = null, executionTime: String? = null, workflowInvocation: String? = null)
Properties
Link copied to clipboard
(Output) The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful. Structure is documented below.
Link copied to clipboard
(Output) The timestamp of this workflow attempt.
Link copied to clipboard
(Output) The name of the created workflow invocation, if one was successfully created. In the format projects//locations//repositories//workflowInvocations/. ////