RepositoryWorkflowConfigRecentScheduledExecutionRecord

data class RepositoryWorkflowConfigRecentScheduledExecutionRecord(val errorStatuses: List<RepositoryWorkflowConfigRecentScheduledExecutionRecordErrorStatus>? = null, val executionTime: String? = null, val workflowInvocation: String? = null)

Constructors

constructor(errorStatuses: List<RepositoryWorkflowConfigRecentScheduledExecutionRecordErrorStatus>? = null, executionTime: String? = null, workflowInvocation: String? = null)

Types

Link copied to clipboard
object Companion

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
val executionTime: String? = null

(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/. ////