시리즈 #167
@@ -5,7 +5,7 @@ import kr.co.vividnext.sodalive.common.SodaException
|
|||||||
data class CreateSeriesRequest(
|
data class CreateSeriesRequest(
|
||||||
val title: String,
|
val title: String,
|
||||||
val introduction: String,
|
val introduction: String,
|
||||||
val publishedDaysOfWeek: Set<SeriesPublishedDaysOfWeek>,
|
val publishedDaysOfWeek: MutableSet<SeriesPublishedDaysOfWeek>,
|
||||||
val keyword: String,
|
val keyword: String,
|
||||||
val genreId: Long = 0,
|
val genreId: Long = 0,
|
||||||
val isAdult: Boolean = false,
|
val isAdult: Boolean = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user