GetPortfolioConstraintsDetail

data class GetPortfolioConstraintsDetail(val constraintId: String, val description: String, val owner: String, val portfolioId: String, val productId: String, val type: String)

Constructors

Link copied to clipboard
constructor(constraintId: String, description: String, owner: String, portfolioId: String, productId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier of the constraint.

Link copied to clipboard

Description of the constraint.

Link copied to clipboard
Link copied to clipboard

Portfolio identifier. The following arguments are optional:

Link copied to clipboard

Product identifier.

Link copied to clipboard

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