test #327
| @@ -12,5 +12,7 @@ data class GetAudioContentMainItem @QueryProjection constructor( | ||||
|     @JsonProperty("creatorNickname") val creatorNickname: String, | ||||
|     @JsonProperty("price") val price: Int, | ||||
|     @JsonProperty("duration") val duration: String, | ||||
|     @JsonProperty("pointAvailable") val isPointAvailable: Boolean | ||||
|     @get:JsonProperty("isPointAvailable") | ||||
|     @param:JsonProperty("isPointAvailable") | ||||
|     val isPointAvailable: Boolean | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user