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