ModelCard

com.softinio.verdict4s.algebra.ModelCard
See theModelCard companion class
object ModelCard

Codecs and instances for ModelCard.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ModelCard.type

Members list

Type members

Inherited and Abstract types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

The models endpoint wraps its array in a models field:

The models endpoint wraps its array in a models field:

{"models": [{"name": "jev-latest", "description": "...", "release_date": "..."}]}

That envelope is a wire detail the official SDKs unwrap, and so does Verdict4sClient.models, so it gets a decoder rather than a type of its own.

Attributes