Google Cloud Integrations V1alpha Error Catcher Config Response
data class GoogleCloudIntegrationsV1alphaErrorCatcherConfigResponse(val description: String, val errorCatcherId: String, val errorCatcherNumber: String, val label: String, val position: GoogleCloudIntegrationsV1alphaCoordinateResponse, val startErrorTasks: List<GoogleCloudIntegrationsV1alphaNextTaskResponse>)
Configuration detail of a error catch task
Constructors
Link copied to clipboard
fun GoogleCloudIntegrationsV1alphaErrorCatcherConfigResponse(description: String, errorCatcherId: String, errorCatcherNumber: String, label: String, position: GoogleCloudIntegrationsV1alphaCoordinateResponse, startErrorTasks: List<GoogleCloudIntegrationsV1alphaNextTaskResponse>)