Google Cloud Integrations V1alpha Task Config Response
data class GoogleCloudIntegrationsV1alphaTaskConfigResponse(val description: String, val displayName: String, val errorCatcherId: String, val externalTaskType: String, val failurePolicy: GoogleCloudIntegrationsV1alphaFailurePolicyResponse, val jsonValidationOption: String, val nextTasks: List<GoogleCloudIntegrationsV1alphaNextTaskResponse>, val nextTasksExecutionPolicy: String, val parameters: Map<String, String>, val position: GoogleCloudIntegrationsV1alphaCoordinateResponse, val successPolicy: GoogleCloudIntegrationsV1alphaSuccessPolicyResponse, val synchronousCallFailurePolicy: GoogleCloudIntegrationsV1alphaFailurePolicyResponse, val task: String, val taskExecutionStrategy: String, val taskId: String, val taskTemplate: String)
The task configuration details. This is not the implementation of Task. There might be multiple TaskConfigs for the same Task.
Constructors
Link copied to clipboard
fun GoogleCloudIntegrationsV1alphaTaskConfigResponse(description: String, displayName: String, errorCatcherId: String, externalTaskType: String, failurePolicy: GoogleCloudIntegrationsV1alphaFailurePolicyResponse, jsonValidationOption: String, nextTasks: List<GoogleCloudIntegrationsV1alphaNextTaskResponse>, nextTasksExecutionPolicy: String, parameters: Map<String, String>, position: GoogleCloudIntegrationsV1alphaCoordinateResponse, successPolicy: GoogleCloudIntegrationsV1alphaSuccessPolicyResponse, synchronousCallFailurePolicy: GoogleCloudIntegrationsV1alphaFailurePolicyResponse, task: String, taskExecutionStrategy: String, taskId: String, taskTemplate: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard