BatchConfigurationPropertiesResponse

data class BatchConfigurationPropertiesResponse(val batchGroupName: String, val changedTime: String? = null, val createdTime: String? = null, val metadata: Any? = null, val releaseCriteria: BatchReleaseCriteriaResponse)

The batch configuration properties definition.

Constructors

Link copied to clipboard
constructor(batchGroupName: String, changedTime: String? = null, createdTime: String? = null, metadata: Any? = null, releaseCriteria: BatchReleaseCriteriaResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the batch group.

Link copied to clipboard
val changedTime: String? = null

The artifact changed time.

Link copied to clipboard
val createdTime: String? = null

The artifact creation time.

Link copied to clipboard
val metadata: Any? = null
Link copied to clipboard

The batch release criteria.