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

avokka.arangodb.models.CollectionCount.scala Maven / Gradle / Ivy

The newest version!
package avokka.arangodb
package models

import avokka.velocypack._

final case class CollectionCount(
    count: Long,
)

object CollectionCount {

  implicit val decoder: VPackDecoder[CollectionCount] = VPackDecoder.gen

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy