ServerStorageVersion

final case class ServerStorageVersion(apiServerID: Option[String], decodableVersions: Option[Seq[String]], encodingVersion: Option[String])

An API server instance reports the version it can decode and the version it encodes objects to when persisting objects in the backend.

Source:
ServerStorageVersion.scala
trait Product
trait Equals
class Object
trait Matchable
class Any