Compare commits
1 Commits
dc028f297d
...
v1.0.2
| Author | SHA1 | Date | |
|---|---|---|---|
| d791147886 |
@@ -1,7 +1,9 @@
|
|||||||
package kr.co.vividnext.sodalive.audio_content.comment
|
package kr.co.vividnext.sodalive.audio_content.comment
|
||||||
|
|
||||||
|
import com.google.gson.annotations.SerializedName
|
||||||
|
|
||||||
data class ModifyCommentRequest(
|
data class ModifyCommentRequest(
|
||||||
val commentId: Long,
|
@SerializedName("commentId") val commentId: Long,
|
||||||
var comment: String? = null,
|
@SerializedName("comment") var comment: String? = null,
|
||||||
var isActive: Boolean? = null
|
@SerializedName("isActive") var isActive: Boolean? = null
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user