io.cequence.pineconescala.domain.response.FileResponse
See theFileResponse companion object
final case class FileResponse(name: String, id: UUID, metadata: Map[String, String], created_on: Option[OffsetDateTime], updated_on: Option[OffsetDateTime], status: Status)
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any