test #327
@@ -1,8 +1,9 @@
|
||||
package kr.co.vividnext.sodalive.content.main.tab
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty
|
||||
import kr.co.vividnext.sodalive.content.main.GetAudioContentMainItem
|
||||
|
||||
data class GetContentCurationResponse(
|
||||
val title: String,
|
||||
val items: List<GetAudioContentMainItem>
|
||||
@JsonProperty("title") val title: String,
|
||||
@JsonProperty("items") val items: List<GetAudioContentMainItem>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user