DeploymentIoTJobAbortCriteria

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)

Types

Link copied to clipboard
object Companion

Properties