All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yukihirai0505.iService.responses.DeletePhoto.scala Maven / Gradle / Ivy

The newest version!
package com.yukihirai0505.iService.responses

case class DeletePhoto(status: String, didDelete: Boolean)

import com.github.tototoshi.play.json.JsonNaming
import play.api.libs.json.Json

object DeletePhoto {
  implicit val DeletePhotoFormat = JsonNaming.snakecase(Json.format[DeletePhoto])
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy