ModelCard

com.softinio.verdict4s.algebra.ModelCard
See theModelCard companion object
final case class ModelCard(name: Model, description: String, releaseDate: String)

Metadata for a model available to the account.

releaseDate stays a String rather than a date: java.time is not available on Scala.js without scala-java-time, and the effect-free core does not take that dependency for one display field.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product