All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hiczp.picacomic.api.service.user.model.UpdateQuestionAndAnswerRequest.kt Maven / Gradle / Ivy

package com.hiczp.picacomic.api.service.user.model

data class UpdateQuestionAndAnswerRequest(
    val question1: String,
    val answer1: String,
    val question2: String,
    val answer2: String,
    val question3: String,
    val answer3: String
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy