GetConstraintResult

data class GetConstraintResult(val acceptLanguage: String? = null, val description: String, val id: String, val owner: String, val parameters: String, val portfolioId: String, val productId: String, val status: String, val type: String)

A collection of values returned by getConstraint.

Constructors

Link copied to clipboard
constructor(acceptLanguage: String? = null, description: String, id: String, owner: String, parameters: String, portfolioId: String, productId: String, status: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val acceptLanguage: String? = null
Link copied to clipboard

Description of the constraint.

Link copied to clipboard
val id: String
Link copied to clipboard

Owner of the constraint.

Link copied to clipboard

Constraint parameters in JSON format.

Link copied to clipboard

Portfolio identifier.

Link copied to clipboard

Product identifier.

Link copied to clipboard

Constraint status.

Link copied to clipboard

Type of constraint. Valid values are LAUNCH, NOTIFICATION, RESOURCE_UPDATE, STACKSET, and TEMPLATE.