Deployment Io TJob Abort Criteria
data class DeploymentIoTJobAbortCriteria(val action: DeploymentIoTJobAbortCriteriaAction, val failureType: DeploymentIoTJobAbortCriteriaFailureType, val minNumberOfExecutedThings: Int, val thresholdPercentage: Double)
Constructors
Link copied to clipboard
fun DeploymentIoTJobAbortCriteria(action: DeploymentIoTJobAbortCriteriaAction, failureType: DeploymentIoTJobAbortCriteriaFailureType, minNumberOfExecutedThings: Int, thresholdPercentage: Double)