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

me.wojnowski.googlecloud4s.firestore.ServerValue.scala Maven / Gradle / Ivy

package me.wojnowski.googlecloud4s.firestore

sealed trait ServerValue extends Product with Serializable

object ServerValue {
  case object Unspecified extends ServerValue

  case object RequestTime extends ServerValue
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy