QuestionsState

data class QuestionsState(val status: String?, val questions: List<Question>?) : Serializable

Constructors

Link copied to clipboard
fun QuestionsState(status: String?, questions: List<Question>?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val questions: List<Question>?
Link copied to clipboard
val status: String?