Cumulocity API Services / com.softwareag.jc.cumulocity.services.models.extension / Planning

Planning

data class Planning

Constructors

<init>

Planning(o: JSONObject)
Planning(isDeployed: Boolean, date: Date?, projectOwner: String?)

Properties

date

val date: Date?

isDeployed

val isDeployed: Boolean

projectOwner

val projectOwner: String?

Companion Object Functions

planningDate

fun planningDate(o: JSONObject): Date?

projectOwner

fun projectOwner(o: JSONObject): String?