CustomActionTypeInputArtifactDetails

data class CustomActionTypeInputArtifactDetails(val maximumCount: Int, val minimumCount: Int)

Constructors

Link copied to clipboard
constructor(maximumCount: Int, minimumCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number of artifacts allowed for the action type. Min: 0, Max: 5

Link copied to clipboard

The minimum number of artifacts allowed for the action type. Min: 0, Max: 5