Website

@JsonClass(generateAdapter = true)
data class Website(    val id: String?,     val primary: Boolean,     val sections: List<Section>?)

Constructors

Link copied to clipboard
fun Website(    id: String?,     primary: Boolean,     sections: List<Section>?)

Properties

Link copied to clipboard
val id: String?
Link copied to clipboard
val primary: Boolean
Link copied to clipboard
val sections: List<Section>?