GetPortfolioConstraintsResult

data class GetPortfolioConstraintsResult(val acceptLanguage: String? = null, val details: List<GetPortfolioConstraintsDetail>, val id: String, val portfolioId: String, val productId: String? = null)

A collection of values returned by getPortfolioConstraints.

Constructors

Link copied to clipboard
constructor(acceptLanguage: String? = null, details: List<GetPortfolioConstraintsDetail>, id: String, portfolioId: String, productId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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

List of information about the constraints. See details below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Identifier of the portfolio the product resides in. The constraint applies only to the instance of the product that lives within this portfolio.

Link copied to clipboard
val productId: String? = null

Identifier of the product the constraint applies to. A constraint applies to a specific instance of a product within a certain portfolio.