ModelCardBusinessDetails

data class ModelCardBusinessDetails(val businessProblem: String? = null, val businessStakeholders: String? = null, val lineOfBusiness: String? = null)

Business details.

Constructors

Link copied to clipboard
constructor(businessProblem: String? = null, businessStakeholders: String? = null, lineOfBusiness: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val businessProblem: String? = null

What business problem does the model solve?

Link copied to clipboard

Business stakeholders.

Link copied to clipboard
val lineOfBusiness: String? = null

Line of business.