ProjectPropertiesTableLifecycle

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

Life cycle type.

Link copied to clipboard
val value: String? = null

The value of the life cycle.