CustomActionTypeArtifactDetails

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

Returns information about the details of an artifact.

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.

Link copied to clipboard

The minimum number of artifacts allowed for the action type.