ProjectPropertiesTableLifecycle

data class ProjectPropertiesTableLifecycle(val type: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(type: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

Project type

Link copied to clipboard
val value: String? = null

The value of the life cycle, in days. The value range is 1~37231, and the default value is 37231.